{
    "id": "empower-portal-pwa",
    "lang": "en-US",
    "theme_color": "#000000",
    "background_color": "#000000",
    "display": "standalone",
    "scope": "./",
    "start_url": "./",
    "name": "CZone Portal",
    "short_name": "CZone Portal",
    "description": "CZone Portal",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "related_applications": [],
    "dir": "auto",
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "shortcuts": [],
    "icons": [
        {
            "src": "/192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": ["productivity"],
    "screenshots": []
}
