{
  "name": "DefragWar-Yo: The 90s Disk Defragmenter Arcade Battle",
  "short_name": "DefragWar-Yo",
  "description": "A high-octane retro arcade game where the classic Windows 95/98 Disk Defragmenter becomes an intense battle against memory leaks, malware worms, and the Blue Screen of Death.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060a12",
  "theme_color": "#008080",
  "categories": ["games", "arcade", "retro", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Campaign",
      "short_name": "Play",
      "description": "Start DefragWar-Yo Campaign from Sector 1",
      "url": "./index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
