{
  "name": "Glitter Mane — Your Health Companion",
  "short_name": "Glitter Mane",
  "description": "Your private personal medical AI companion — see, understand, and talk through your health, grounded in your own records.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1e1b4b",
  "theme_color": "#7c5cff",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    { "name": "Ask Dr. Glitter Mane", "short_name": "Ask", "url": "/chat", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Add to my record", "short_name": "Import", "url": "/?view=import" },
    { "name": "My trends", "short_name": "Trends", "url": "/?view=trends" }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "params": { "title": "title", "text": "shared", "url": "url" }
  }
}
