{
  "name": "BurnerWare",
  "short_name": "BurnerWare",
  "description": "Camp Operations Console",
  "display": "standalone",
  "start_url": "/app.html",
  "scope": "/",
  "background_color": "#1c1917",
  "theme_color": "#b91c1c",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='16' fill='%231c1917'/><text y='.9em' font-size='80' x='10'>🔥</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}