{
  "name": "Trivia of Everything",
  "short_name": "TOE",
  "description": "AI-powered quizzes on any topic. Free to play!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a0533",
  "theme_color": "#1a0533",
  "orientation": "portrait-primary",
  "icons": [
  {
    "src": "/icon-192.svg",
    "sizes": "192x192",
    "type": "image/svg+xml",
    "purpose": "any maskable"
  },
  {
    "src": "/icon-512.svg",
    "sizes": "512x512",
    "type": "image/svg+xml",
    "purpose": "any maskable"
  }
],
"screenshots": [
  {
    "src": "/icon-512.svg",
    "sizes": "512x512",
    "type": "image/svg+xml"
  }
],
  "categories": ["education", "games", "entertainment"]
}