{
  "name": "Sobriety Navigator",
  "short_name": "SobrietyNav",
  "description": "Your private recovery companion. Track sobriety, journal your journey, and get 24/7 AI coaching — all on your device.",
  "start_url": "/recovery-compass",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#2D5016",
  "theme_color": "#2D5016",
  "categories": ["health", "lifestyle", "medical"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Recovery Compass — your sobriety dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Recovery Compass",
      "short_name": "Compass",
      "description": "Open your sobriety tracker and AI coach",
      "url": "/recovery-compass",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Daily Check-In",
      "short_name": "Check-In",
      "description": "Log today's mood and cravings",
      "url": "/recovery-compass",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Knowledge Base",
      "short_name": "Articles",
      "description": "Browse recovery articles",
      "url": "/knowledge-base",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
