{
  "name": "Trivlet — Trivia at the Speed of Thought",
  "short_name": "Trivlet",
  "description": "10 questions. 10 seconds each. Every millisecond counts.",
  "start_url": "/play",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#f97316",
  "orientation": "portrait",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play Solo",
      "url": "/play",
      "description": "Start a solo trivia game"
    },
    {
      "name": "Daily Challenge",
      "url": "/play?daily=1",
      "description": "Play today's daily challenge"
    }
  ]
}
