{
  "name": "ClariRad Chat",
  "short_name": "ClariRad",
  "description": "Secure healthcare communication platform for patients and referrers",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0891b2",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Staff Chat",
      "short_name": "Chat",
      "description": "Open staff chat in standalone window",
      "url": "/#/chat",
      "icons": [{ "src": "/icons/chat-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "New Chat",
      "short_name": "New",
      "description": "Start a new chat conversation",
      "url": "/?action=new-chat",
      "icons": [{ "src": "/icons/chat-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "My Referrals",
      "short_name": "Referrals",
      "description": "View your referrals",
      "url": "/#/referrer-portal",
      "icons": [{ "src": "/icons/referral-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["medical", "health", "communication"],
  "screenshots": [
    {
      "src": "/screenshots/chat-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ClariRad Chat on Desktop"
    },
    {
      "src": "/screenshots/chat-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ClariRad Chat on Mobile"
    }
  ],
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
