{
  "name": "Matouverse Gooner Games Playground",
  "short_name": "Matouverse",
  "description": "Interactive Babylon.js character playground by Leo Matouverse.",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#030405",
  "theme_color": "#101519",
  "icons": [
    {
      "src": "./icons/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/pwa-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Help",
      "short_name": "Help",
      "url": "./help.html"
    }
  ]
}
