{
    "id": "/?source=pwa",
    "name": "Pinch Hub",
    "short_name": "Pinch",
    "description": "Africa-first CRM, marketing automation, and operations platform — all your contacts, deals, conversations and campaigns in one workspace.",
    "start_url": "/login?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "orientation": "any",
    "background_color": "#2563eb",
    "theme_color": "#2563eb",
    "lang": "en-KE",
    "dir": "ltr",
    "categories": ["business", "productivity", "social"],
    "prefer_related_applications": false,
    "icons": [
        { "src": "/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
        { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Open inbox",
            "short_name": "Inbox",
            "description": "Jump straight to unified inbox conversations",
            "url": "/inbox?source=pwa-shortcut",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Contacts",
            "short_name": "Contacts",
            "description": "Browse and add contacts",
            "url": "/contacts?source=pwa-shortcut",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Pipelines",
            "short_name": "Pipelines",
            "description": "Drag-drop your sales pipeline",
            "url": "/pipelines?source=pwa-shortcut",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "New deal",
            "short_name": "New deal",
            "description": "Create a new opportunity",
            "url": "/pipelines?new=1&source=pwa-shortcut",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "share_target": {
        "action": "/uploads",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [{ "name": "file", "accept": ["image/*", "application/pdf", "text/csv"] }]
        }
    },
    "protocol_handlers": [
        { "protocol": "mailto", "url": "/inbox?compose=email&to=%s" },
        { "protocol": "sms",    "url": "/inbox?compose=sms&to=%s"   }
    ],
    "screenshots": [
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "label": "Pinch Hub workspace",
            "form_factor": "narrow"
        }
    ]
}
