{
  "name": "IronWall+ Gamethon",
  "short_name": "IronWall+",
  "description": "Real-time AI-powered cyberpunk network defense game. Works on all devices.",
  "start_url": "/webapp.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#030308",
  "theme_color": "#00f5ff",
  "lang": "en",
  "categories": [
    "games",
    "security",
    "education"
  ],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Red Team Command",
      "short_name": "Attack",
      "url": "/attacker.html",
      "description": "Open Red Team attacker panel"
    },
    {
      "name": "Blue Team Defense",
      "short_name": "Defend",
      "url": "/index.html",
      "description": "Open the main defense grid"
    }
  ]
}