{
    "name": "ExecMind Executive Intelligence",
    "short_name": "ExecMind",
    "description": "Executive intelligence, strategy execution, and productivity system.",
    "start_url": "/dashboard?source=pwa_homescreen",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#0284c7",
    "background_color": "#0f172a",
    "id": "/?source=pwa",
    "categories": [
        "productivity",
        "utilities",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Executive Briefs",
            "short_name": "Briefs",
            "url": "/briefs",
            "icons": [
                {
                    "src": "/img/favicon/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Action Items",
            "short_name": "Tasks",
            "url": "/tasks",
            "icons": [
                {
                    "src": "/img/favicon/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Strategy Deck",
            "short_name": "Strategy",
            "url": "/strategy",
            "icons": [
                {
                    "src": "/img/favicon/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "url": "/settings",
            "icons": [
                {
                    "src": "/img/favicon/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/dashboard",
        "method": "GET",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    },
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "screenshots": [
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ExecMind Executive Intelligence"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ExecMind Strategic Workflow"
        }
    ]
}