{
  "name": "Downrange Digital",
  "short_name": "Downrange",
  "description": "Shooting Sports Match Scorer — Solo, Head-to-Head, and Team run formats with factory presets for Steel Challenge, USPSA, IDPA, and more.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c0e15",
  "theme_color": "#0f1117",
  "categories": ["sports", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Match",
      "short_name": "New Match",
      "description": "Start a fresh match",
      "url": "./?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
