{
  "name": "Blueprint OS",
  "short_name": "Blueprint",
  "description": "Your personal recovery operating system — journal, check in, and track your journey.",
  "start_url": "/portal/home?pwa=1&capture=1",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050508",
  "theme_color": "#0D9488",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Journal",
      "short_name": "Journal",
      "description": "Open the mic or text journal instantly",
      "url": "/portal/home?pwa=1&capture=1",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "Daily Check-In",
      "short_name": "Check In",
      "description": "Complete your daily mood check-in",
      "url": "/portal/checkin?pwa=1",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ],
  "categories": ["health", "lifestyle"],
  "lang": "en-US"
}
