{
  "id": "/",
  "name": "ArkanaFlow — AI Tarot Readings",
  "short_name": "ArkanaFlow",
  "description": "AI-powered tarot readings for reflection and personal insight. Draw daily cards, explore spreads, and journal your journey.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1028",
  "theme_color": "#0d1028",
  "categories": ["entertainment", "lifestyle", "productivity"],
  "lang": "en",
  "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"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ArkanaFlow — AI Tarot Readings"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reading",
      "short_name": "Reading",
      "description": "Start a new tarot reading",
      "url": "/reading",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Daily Card",
      "short_name": "Daily",
      "description": "Draw today's card",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ]
}
