{
    "name": "AI Weather & Planner",
    "short_name": "AI Weather",
    "description": "Ứng dụng dự báo thời tiết và quản lý kế hoạch thông minh",
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#191e2d",
    "theme_color": "#4facfe",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "vi",
    "icons": [
        {
            "src": "./assets/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./assets/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["weather", "utilities", "productivity"],
    "shortcuts": [
        {
            "name": "Thời tiết",
            "short_name": "Weather",
            "description": "Xem dự báo thời tiết hiện tại",
            "url": "./index.html?view=weather",
            "icons": [{ "src": "./assets/icons/icon-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Lịch trình",
            "short_name": "Planner",
            "description": "Quản lý kế hoạch cá nhân",
            "url": "./index.html?view=planner",
            "icons": [{ "src": "./assets/icons/icon-192x192.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}

