{
    "name": "Secure Portal",
    "short_name": "Portal",
    "description": "Authorized access only.",
    "start_url": "/dashboard/",
    "scope": "/dashboard/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#060a14",
    "background_color": "#060a14",
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
