{
  "name": "Nerf Wars",
  "short_name": "NERF OPS",
  "description": "Organized Nerf combat. Recruit operators, start wars, track positions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["games", "sports"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Command Center",
      "short_name": "Command",
      "description": "Open the main dashboard",
      "url": "/",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Start War",
      "short_name": "New War",
      "description": "Create a new Nerf battle",
      "url": "/wars/create",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Recruit Operator",
      "short_name": "Recruit",
      "description": "Invite a new player",
      "url": "/invite",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ],
  "widgets": [
    {
      "name": "Nerf Status",
      "short_name": "NERF OPS",
      "description": "Live war status and quick recruit action",
      "tag": "nerf-status",
      "ms_ac_template": "/widget-template.json",
      "data": "/api/widget-data",
      "type": "application/json",
      "screenshots": [],
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }],
      "auth": false,
      "update": 900
    }
  ]
}
