{
  "name": "Basketball Scoring Simulator",
  "short_name": "Score Sim",
  "description": "Scorer training simulator for U8 basketball supporting PlayHQ iPad and physical scoreboard controllers under modified junior rules.",
  "start_url": "/?pwa=true",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#110b6b",
  "orientation": "any",
  "categories": ["education", "sports", "utilities"],
  "icons": [
    {
      "src": "/pwa_icon_512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon_512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
