{
  "name": "Longleaf Care — Family Portal",
  "short_name": "Longleaf Care",
  "description": "Stay connected to your loved one's daily care. View updates, photos, and manage billing — right from your home screen.",
  "start_url": "/family/feed",
  "scope": "/family/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2d8f5e",
  "lang": "en-US",
  "categories": ["health", "lifestyle"],
  "dir": "ltr",
  "prefer_related_applications": false,

  "icons": [
    {
      "src":     "/icons/icon-48.png",
      "sizes":   "48x48",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-72.png",
      "sizes":   "72x72",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-96.png",
      "sizes":   "96x96",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-128.png",
      "sizes":   "128x128",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-192.png",
      "sizes":   "192x192",
      "type":    "image/png",
      "purpose": "any maskable"
    },
    {
      "src":     "/icons/icon-256.png",
      "sizes":   "256x256",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-512.png",
      "sizes":   "512x512",
      "type":    "image/png",
      "purpose": "any"
    },
    {
      "src":     "/icons/icon-512-maskable.png",
      "sizes":   "512x512",
      "type":    "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src":            "/icons/screenshot-feed.png",
      "sizes":          "390x844",
      "type":           "image/png",
      "form_factor":    "narrow",
      "label":          "Care Updates Feed"
    },
    {
      "src":            "/icons/screenshot-billing.png",
      "sizes":          "390x844",
      "type":           "image/png",
      "form_factor":    "narrow",
      "label":          "Authorization & Billing"
    }
  ],

  "shortcuts": [
    {
      "name":      "Care Updates",
      "short_name":"Updates",
      "url":       "/family/feed",
      "icons":     [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name":      "Billing",
      "short_name":"Billing",
      "url":       "/family/billing",
      "icons":     [{ "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "related_applications": [],

  "share_target": {
    "action":  "/family/feed",
    "method":  "GET",
    "params":  { "title": "title", "text": "text", "url": "url" }
  }
}
