{
  "name": "The Opposite of Pacman",
  "short_name": "Anti-Pacman",
  "description": "Play as a ghost protecting pellets from an AI-controlled Pacman!",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#05050a",
  "theme_color": "#09090e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "800x600",
      "type": "image/png"
    }
  ]
}
