{
  "id": "/?source=pwa",
  "name": "Way to Go",
  "short_name": "Way to Go",
  "description": "A companion for the long, quiet work of becoming well.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#1a1410",
  "theme_color": "#1a1410",
  "categories": ["health", "lifestyle", "medical"],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's check-in",
      "short_name": "Check-in",
      "description": "Open today's gentle dashboard",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Research",
      "short_name": "Research",
      "description": "Ask a gentle question about your recovery",
      "url": "/research?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New intake",
      "short_name": "Intake",
      "description": "Start or update your intake form",
      "url": "/intake?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
