{
  "name": "Pixel Survivors",
  "short_name": "PixelSurvivors",
  "description": "Survive the night horde. Vampire Survivors-style pixel art game.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#0a0612",
  "theme_color": "#8b1020",
  "categories": [
    "games",
    "entertainment"
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "./icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
