{
    "id": "/",
    "name": "Insight MWAN",
    "short_name": "Insight MWAN",
    "description": "The Insight MWAN app helps manage and track insights for MWAN.",
    "lang": "en",
    "dir": "ltr",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        { "src": "mwanLogo.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "mwanLogo.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "mwanLogo.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "mwanLogo.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "categories": ["productivity"],
    "prefer_related_applications": false,
    "launch_handler": { "client_mode": "navigate-existing" }
}