{
  "name": "Anjogram — AI-Powered Spiritual Guidance",
  "short_name": "Anjogram",
  "description": "AI-powered readings across 15 guidance paths including astrology, tarot, palmistry, compatibility, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "lang": "en",
  "scope": "/",
  "categories": ["lifestyle", "health", "entertainment"],
  "icons": [
    {
      "src": "/icons/anjogram-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/anjogram-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Card",
      "short_name": "Daily Card",
      "description": "Pull your daily tarot card",
      "url": "/tarot/reading?daily=true",
      "icons": [{ "src": "/icons/anjogram-icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Chat with Guide",
      "short_name": "Chat",
      "description": "Chat with your AI spiritual guide",
      "url": "/chat",
      "icons": [{ "src": "/icons/anjogram-icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your cosmic dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/anjogram-icon-512.png", "sizes": "512x512" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home — Your cosmic journey begins"
    }
  ]
}
