{
  "name": "Math Hoot - Math Games & Brain Training App",
  "short_name": "Math Hoot",
  "description": "Train your brain with fun math challenges",
  "theme_color": "#0B0A4C",
  "background_color": "#0B0A4C",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "icons": [
    {
      "src": "/images/logo2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "protocol_handlers": [
    {
      "protocol": "web+mathhoot",
      "url": "/?game=%s"
    }
  ],
  "chrome_settings_overrides": {
    "theme": {
      "colors": {
        "frame": "#0B0A4C",
        "toolbar": "#0B0A4C",
        "tab_background_text": "#ffffff"
      }
    }
  },
  "chrome_ui_overrides": {
    "theme": {
      "frame_color": "#0B0A4C",
      "theme_color": "#0B0A4C"
    }
  }
}
