{
  "name": "Recovery Einstein",
  "short_name": "Einstein",
  "description": "Chat with Einstein — your personal AI guide to the Big Book of Alcoholics Anonymous. Page-cited answers, conversation memory, and deep Big Book knowledge.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FBF7F0",
  "theme_color": "#1a5c5c",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "education", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Einstein",
      "short_name": "Chat",
      "description": "Ask Einstein about the Big Book",
      "url": "/?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "12 Steps",
      "short_name": "Steps",
      "description": "Browse the 12 Steps",
      "url": "/steps?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "12 Traditions",
      "short_name": "Traditions",
      "description": "Browse the 12 Traditions",
      "url": "/traditions?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
