{
    "id": "/?source=pwa",
    "name": "Atlas Protocol",
    "short_name": "Atlas",
    "description": "Track plans, wallet activity, referrals, and account security from Atlas Protocol.",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#090d16",
    "theme_color": "#111827",
    "categories": ["finance", "business", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/pwa-icon-192.png?v=20260610",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-192.png?v=20260610",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa-icon-512.png?v=20260610",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-512.png?v=20260610",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "url": "/dashboard?source=pwa-shortcut",
            "icons": [{ "src": "/pwa-icon-192.png?v=20260610", "sizes": "192x192" }]
        },
        {
            "name": "Account",
            "short_name": "Account",
            "url": "/records?source=pwa-shortcut",
            "icons": [{ "src": "/pwa-icon-192.png?v=20260610", "sizes": "192x192" }]
        }
    ]
}
