{
    "name": "UV Index — Real-Time UV & Sun Safety",
    "short_name": "UV Index",
    "description": "Real-time UV index, hourly forecasts and sun-safety guidance for cities worldwide.",
    "id": "/",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "portrait-primary",
    "lang": "en",
    "dir": "ltr",
    "theme_color": "#0AA195",
    "background_color": "#f5faf9",
    "categories": ["weather", "health", "lifestyle"],
    "icons": [
        { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Today's UV Index",
            "short_name": "Today",
            "description": "Your local UV index right now",
            "url": "/?utm_source=pwa_shortcut",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "World UV Map",
            "short_name": "Map",
            "description": "Live UV levels across the world",
            "url": "/map?utm_source=pwa_shortcut",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Compare Cities",
            "short_name": "Compare",
            "description": "Compare the UV index of two cities",
            "url": "/compare?utm_source=pwa_shortcut",
            "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ]
}
