{
  "version": "2.0",
  "name": "Y Not Tarot",
  "short_name": "Y Not Tarot",
  "description": "Explore two immersive tarot universes. Free online tarot readings, no sign-up required.",
  "start_url": "/?launch=app",
  "display": "standalone",
  "background_color": "#08090A",
  "theme_color": "#08090A",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pull a Card",
      "short_name": "Pull a Card",
      "description": "Get a quick yes or no reading",
      "url": "/cracked-oracle",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Account",
      "short_name": "My Account",
      "description": "View your streak and readings",
      "url": "/account",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Hall of Decks",
      "short_name": "Hall of Decks",
      "description": "Explore all tarot worlds",
      "url": "/hall-of-decks",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
