{
  "id": "/?source=pwa",
  "name": "MyBizBox",
  "short_name": "MyBizBox",
  "description": "MyBizBox — your business, your store, our Ubuntu. Launch and grow online in 24 hours. WhatsApp-first, built for Africa.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F5EDE1",
  "theme_color": "#16A34A",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "shopping", "productivity", "finance"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/favicon.ico", "sizes": "32x32", "type": "image/x-icon" },
    { "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily sales and WhatsApp orders on mobile"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ubuntu BizBox desktop dashboard"
    }
  ],
  "share_target": {
    "action": "/api/public/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*"] }]
    }
  },
  "protocol_handlers": [{ "protocol": "web+bizbox", "url": "/?bizbox=%s" }],
  "file_handlers": [
    {
      "action": "/builder?import=csv",
      "accept": { "text/csv": [".csv"] },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "shortcuts": [
    {
      "name": "WhatsApp Inbox",
      "short_name": "Inbox",
      "description": "Open the WhatsApp CRM inbox",
      "url": "/dashboard/crm/inbox?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New order",
      "short_name": "Orders",
      "description": "View recent orders and leads",
      "url": "/orders?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open Builder",
      "short_name": "Builder",
      "description": "Edit your store",
      "url": "/builder?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
