{
    "name": "ForecastWeather.US - Weather & Climate Predictions",
    "short_name": "ForecastWeather",
    "description": "Advanced weather forecasting with climate predictions, winter storm alerts, and 10-day forecasts for North America",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "orientation": "any",
    "scope": "/",
    "lang": "en-US",
    "categories": ["weather", "utilities"],
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ForecastWeather Desktop View"
        },
        {
            "src": "screenshots/mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ForecastWeather Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "10-Day Forecast",
            "short_name": "Forecast",
            "description": "View 10-day weather forecast",
            "url": "/#forecast",
            "icons": [{ "src": "icons/forecast.png", "sizes": "96x96" }]
        },
        {
            "name": "Winter Weather",
            "short_name": "Winter",
            "description": "Snow and ice forecast",
            "url": "/#winter",
            "icons": [{ "src": "icons/winter.png", "sizes": "96x96" }]
        },
        {
            "name": "Climate Outlook",
            "short_name": "Climate",
            "description": "Seasonal climate predictions",
            "url": "/#climate",
            "icons": [{ "src": "icons/climate.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
