{
  "short_name": "PWA NES",
  "name": "PWA NES",
  "description": "8-bit NES Emulator",
  "keywords": [
    "NES",
    "Emulator",
    "Game"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-360x360.png",
      "type": "image/png",
      "sizes": "360x360"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#0d1117",
  "background_color": "#0d1117"
}
