{
  "name": "BreachOS",
  "short_name": "BreachOS",
  "description": "A cyberpunk-themed memory card game. Match operatives, earn XP, unlock ranks and skins, and sync progress across devices.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#00f3ff",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/01-mission-briefing.png",
      "type": "image/png",
      "label": "Mission Briefing"
    },
    {
      "src": "screenshots/02-game-board.png",
      "type": "image/png",
      "label": "Game Board"
    },
    {
      "src": "screenshots/03-gameplay.png",
      "type": "image/png",
      "label": "Gameplay"
    },
    {
      "src": "screenshots/04-mission-complete.png",
      "type": "image/png",
      "label": "Mission Complete"
    }
  ]
}
