{
  "id": "/",
  "name": "Digital Range Officer",
  "short_name": "DRO",
  "description": "Shooting Sports Match Scorer & Progress Tracker — Score solo drills, run a match with buddies, and track your improvement over time. Free, offline-ready, no account needed.",
  "start_url": "./app.html",
  "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"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Match",
      "short_name": "New Match",
      "description": "Start a fresh match",
      "url": "./app.html?action=new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "purpose": "any" }]
    }
  ]
}
