{
  "name": "Beta AI · Badge to CRM lead",
  "short_name": "Beta AI",
  "description": "Capture event badges and create Salesforce Leads from your phone",
  "lang": "en",
  "id": "/",
  "start_url": "/scan",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#6366F1",
  "theme_color": "#6366F1",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "New scan",
      "short_name": "Scan",
      "description": "Open badge scanner",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Leads",
      "description": "My Salesforce leads",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic", "image/heif"]
        }
      ]
    }
  }
}
