{
  "name": "OnlyFacts — The Ultimate Trivia App",
  "short_name": "OnlyFacts",
  "description": "10,000+ trivia questions across 27+ categories with themes, battles, game challenges & 4 game modes. Test your knowledge and compete with friends!",
  "version": "1.5.3",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "background_color": "#0A0F1A",
  "theme_color": "#00AFF0",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": ["games", "education", "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": [
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "OnlyFacts Quiz Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Quiz",
      "short_name": "Quiz",
      "description": "Start a quick trivia quiz",
      "url": "./index.html?view=quiz",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Battle",
      "short_name": "Battle",
      "description": "Challenge the AI to a trivia battle",
      "url": "./index.html?view=battle",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
