{
  "name": "Pac-Man",
  "short_name": "Pac-Man",
  "description": "Navigate the maze, eat dots, and avoid ghosts — maze arcade game by Ellgame.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#08131d",
  "theme_color": "#08131d",
  "icons": [
    {
      "src": "./icons/rs-152-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/rs-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/rs-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
