{
    "name": "MyCloudSociety",
    "short_name": "MyCloudSociety",
    "description": "Society management for members and secretaries.",
    "id": "/?source=pwa",
    "start_url": "/app?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#F3F6F9",
    "theme_color": "#D32F2F",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
