{
    "name": "Ryde Admin Portal",
    "short_name": "Ryde Admin",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#68088c",
    "description": "Ryde Trident Portal.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "hosting": {
        "headers": [
            {
                "source":
                "**/*.@(jpg|jpeg|gif|png|svg|webp|css|eot|otf|ttf|ttc|woff|woff2|font.css)",
                "headers": [
                    {
                        "key": "Cache-Control",
                        "value": "max-age=3600,s-maxage=604800"
                    }
                ]
            },
            {
                "source":
                "**/*.@(mjs|js|wasm|json)",
                "headers": [
                    {
                        "key": "Cache-Control",
                        "value": "max-age=0,s-maxage=604800"
                    }
                ]
            }
        ]
    }
}
