{
  "name": "NekoAdvance - GBA Emulator",
  "short_name": "NekoAdvance",
  "description": "Retro Game Boy Advance Emulator with a custom Cat UI, Save States, Cheats, and Fast-Forward",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#51407e",
  "theme_color": "#51407e",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "./icon_neko.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
