{
    "name": "InboxZero",
    "short_name": "InboxZero",
    "description": "AI-powered email command centre",
    "start_url": "/inboxzero",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f8fafc",
    "theme_color": "#4f46e5",
    "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"
        }
    ],
    "shortcuts": [
        { "name": "Inbox", "url": "/inboxzero/inbox" },
        { "name": "Catch me up", "url": "/inboxzero/catch-up" },
        { "name": "Focus", "url": "/inboxzero/focus" },
        { "name": "Tasks", "url": "/inboxzero/tasks" }
    ]
}
