{
  "name": "DeepDive Trivia — Knowledge Gaming Suite",
  "short_name": "DeepDive Trivia",
  "description": "Five interconnected knowledge games that reward genuine curiosity. A Lysara Productions game.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1b2a",
  "theme_color": "#0d7a8a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "GeoBrain",
      "short_name": "GeoBrain",
      "description": "Daily geography quiz",
      "url": "/geobrain",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RabbitHole",
      "short_name": "RabbitHole",
      "description": "Wikipedia connection chains",
      "url": "/rabbithole",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TriviaDuel",
      "short_name": "TriviaDuel",
      "description": "Head-to-head trivia duels",
      "url": "/triviaduel",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "TrendTracker",
      "short_name": "TrendTracker",
      "description": "News IQ quiz",
      "url": "/trendtracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Oracle's Trial",
      "short_name": "Oracle",
      "description": "Prediction market game",
      "url": "/oracle",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
