{
  "name": "Javascript Gameboy Color",
  "short_name": "JS GBC",
  "description": "Play classic Gameboy games in your browser",
  "icons": [
    {
      "src": "/icons/gbc-homescreen-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/gbc-homescreen-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/play",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["games", "entertainment"]
}