{
  "id": "net.compassnow.app",
  "name": "COMPASS — Recovery Companion",
  "short_name": "COMPASS",
  "description": "Your AI-powered recovery companion. Talk to NORTH, track your mood, build daily routines, and connect with a community that understands. One day at a time.",
  "start_url": "/pages/dashboard.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f0f4ff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    { "src": "/icons/icon-96.png",           "sizes": "96x96",     "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",          "sizes": "192x192",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png",          "sizes": "256x256",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",          "sizes": "384x384",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-1024.png",         "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192",   "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512",   "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Talk to NORTH",
      "short_name": "NORTH",
      "description": "Open AI chat with your recovery companion",
      "url": "/pages/ai-chat.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Morning Routine",
      "short_name": "Routine",
      "description": "Start your morning recovery routine",
      "url": "/pages/morning-routine.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "I Need Help Now",
      "short_name": "Help",
      "description": "Immediate crisis support",
      "url": "/pages/relapse-support.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
