{
  "name": "PAC-MAN PWA",
  "short_name": "PAC-MAN",
  "description": "Pac-Man arcade game - PezzaliApp Edition",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "portrait",
  "background_color": "#000010",
  "theme_color": "#000010",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}
