{
    "name": "EWSLink",
    "short_name": "EWSLink",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#007bff",
    "orientation": "portrait-primary",
    "description": "Monitor and manage your IoT devices with EWSLink",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard.php",
            "icons": [{"src": "/icon.png", "sizes": "192x192"}]
        }
    ]
}