{
  "name": "Deccan Throwdown",
  "short_name": "DT Teams",
  "id": "deccan-throwdown",
  "description": "Deccan Throwdown",
  "categories": ["fitness", "sports"],
  "display": "standalone",
  "orientation": "portrait",
  "scope": "./",
  "start_url": "./",
  "icons": [
    {
      "src": "icons/logo_192.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable any"
    },
    {
      "src": "icons/logo_512.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "maskable any"
    }
  ],
  "theme_color": "#2b4c6f",
  "background_color": "#f2f2f7",
  "display_override": [
    "standalone",
    "minimal-ui",
    "fullscreen",
    "browser",
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
