{
  "name": "Mystic Tarot",
  "short_name": "Tarot",
  "description": "AI-powered tarot readings for your journey",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0420",
  "theme_color": "#0a0420",
  "orientation": "portrait-primary",
  "categories": [
    "lifestyle",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Daily Fortune",
      "url": "/fortune",
      "description": "Get your daily tarot card"
    },
    {
      "name": "New Reading",
      "url": "/reading",
      "description": "Start a new tarot reading"
    }
  ]
}
