{
  "name": "Anjoscope — AI-Powered Spiritual Guidance",
  "short_name": "Anjoscope",
  "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": "/icon",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Card",
      "short_name": "Daily Card",
      "description": "Pull your daily tarot card",
      "url": "/tarot/reading?daily=true",
      "icons": [{ "src": "/icon", "sizes": "512x512" }]
    },
    {
      "name": "Chat with Guide",
      "short_name": "Chat",
      "description": "Chat with your AI spiritual guide",
      "url": "/chat",
      "icons": [{ "src": "/icon", "sizes": "512x512" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your cosmic dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon", "sizes": "512x512" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home — Your cosmic journey begins"
    }
  ]
}
