{
  "name": "Cardinal CRM",
  "short_name": "Cardinal",
  "description": "Cardinal Recovery Center — Outreach & Admissions CRM",
  "theme_color": "#C41E3A",
  "background_color": "#FAF7F2",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/home",
  "categories": ["business", "productivity"],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        {
          "name":   "images",
          "accept": ["image/*", "image/jpeg", "image/png", "image/heic", "image/webp"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
