{
    "name": "Big Panel",
    "short_name": "bigpanel",
    "description": "Install bigpanel as an app.",
    "start_url": "https://bigpanel.in/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui",
        "browser"
    ],
    "background_color": "#1a1a1a",
    "theme_color": "#1a1a1a",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "https://bigpanel.in/images/icons/favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon",
            "purpose": "any"
        },
        {
            "src": "https://bigpanel.in/images/icons/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://bigpanel.in/images/icons/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}