{
    "name": "Sky Events VACA",
    "short_name": "Sky Events",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#0b1121",
    "theme_color": "#0b1121",
    "description": "Lịch thiên văn và các hiện tượng bầu trời - Phát triển bởi VACA",
    "orientation": "portrait",
    "icons": [
        {
            "src": "assets/icon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/icon.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "widgets": [
        {
            "name": "Lịch Thiên Văn",
            "short_name": "Sky Widget",
            "description": "Xem ngày âm dương và sự kiện hôm nay",
            "tag": "sky-events-daily",
            "template": "widget.html",
            "ms_ac_template": "widget.html",
            "data": "widget-data",
            "type": "application/json",
            "screenshots": [
                {
                    "src": "assets/icon.png",
                    "sizes": "192x192",
                    "type": "image/png",
                    "label": "Widget Preview"
                }
            ]
        }
    ]
}