{
  "name": "Construct",
  "short_name": "Construct",
  "description": "A voxel sandbox game powered by WebGPU raycasting",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "theme_color": "#e4e2e3",
  "background_color": "#e4e2e3",
  "categories": ["games"],
  "icons": [
    {
      "src": "img/logo.webp",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/logo.webp",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "img/logo.webp",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
