{
  "name": "Lantern Family Companion",
  "short_name": "Lantern",
  "description": "Family caregiver coordination — care profiles, providers, appointments, medications, and more.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#faf7f2",
  "theme_color": "#5a8f6e",
  "orientation": "portrait-primary",
  "categories": ["healthcare", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Care Profiles",
      "short_name": "Profiles",
      "description": "View care profiles",
      "url": "/app#profiles",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Medications",
      "short_name": "Meds",
      "description": "Check medications",
      "url": "/app#medications",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}