{
  "name": "Cyberpunk Memory Match",
  "short_name": "CyberMatch",
  "description": "A cyberpunk-themed memory card matching game with ranks, combos, and collectible reward cards.",
  "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"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
