{
  "name": "Emoji Galaga - Tron Edition",
  "short_name": "Emoji Galaga",
  "description": "A retro Galaga-style shooter with emoji enemies and Tron aesthetics",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#00ffff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230a0a0f' width='192' height='192'/><text x='50%' y='65%' font-size='140' text-anchor='middle' dominant-baseline='middle' transform='translate(0,10)'>🐿️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230a0a0f' width='512' height='512'/><text x='50%' y='65%' font-size='380' text-anchor='middle' dominant-baseline='middle' transform='translate(0,25)'>🐿️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}