{
  "name": "Carelia",
  "short_name": "Carelia",
  "description": "Carelia specialist referral network.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f4ec",
  "theme_color": "#0a1a33",
  "categories": ["medical", "productivity"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/carelia-logo.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Referral",
      "short_name": "New",
      "url": "/referrals/new",
      "icons": [{ "src": "/icon.png", "sizes": "1254x1254", "type": "image/png" }]
    },
    {
      "name": "Network",
      "short_name": "Network",
      "url": "/network",
      "icons": [{ "src": "/icon.png", "sizes": "1254x1254", "type": "image/png" }]
    }
  ]
}
