{
    "name": "El Tiempo - Weather Forecast",
    "short_name": "El Tiempo",
    "description": "Accurate weather forecasts with charts, radar, and extended forecasts",
    "start_url": "/eltiempo3/apple.php",
    "scope": "/eltiempo3/",
    "display": "standalone",
    "background_color": "#667eea",
    "theme_color": "#667eea",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/eltiempo3/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/eltiempo3/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["weather", "utilities", "lifestyle"],
    "lang": "en",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "Current Weather",
            "short_name": "Home",
            "description": "View current weather conditions",
            "url": "/eltiempo3/apple.php",
            "icons": [
                {
                    "src": "/eltiempo3/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Forecast",
            "short_name": "Forecast",
            "description": "View extended forecast",
            "url": "/eltiempo3/forecast.html",
            "icons": [
                {
                    "src": "/eltiempo3/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Charts",
            "short_name": "Charts",
            "description": "View weather charts",
            "url": "/eltiempo3/charts.php",
            "icons": [
                {
                    "src": "/eltiempo3/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false
}
