{
  "name": "Mystic Veil - AI Tarot Readings",
  "short_name": "Mystic Veil",
  "description": "Discover your path with AI-powered tarot readings. Get personalized interpretations from the complete 78-card deck with multiple spread options.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0714",
  "theme_color": "#1a0a2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["lifestyle", "entertainment", "spirituality"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Mystic Veil Home Page"
    },
    {
      "src": "/images/screenshot-reading.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Tarot Reading Experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Reading",
      "short_name": "Reading",
      "description": "Begin a new tarot reading",
      "url": "/reading",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Daily Card",
      "short_name": "Daily",
      "description": "Draw your daily tarot card",
      "url": "/daily",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    },
    {
      "name": "Card Library",
      "short_name": "Cards",
      "description": "Browse all 78 tarot cards",
      "url": "/cards",
      "icons": [{ "src": "/icon.svg", "sizes": "96x96" }]
    }
  ]
}
