{
  "name": "ScanBIM 3D — Immersive BIM Viewer",
  "short_name": "ScanBIM 3D",
  "description": "View and explore 3D building models in immersive VR. Walk through BIM models, point clouds, and laser scans at true scale on Meta Quest and web browsers.",
  "id": "/vr-viewer.html",
  "start_url": "/vr-viewer.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#0a9eff",
  "icons": [
    {
      "src": "/icon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "2560x1440",
      "type": "image/png",
      "label": "3D Model Viewer"
    }
  ],
  "xr": {
    "sessionMode": "immersive-vr",
    "requiredFeatures": ["local-floor"],
    "optionalFeatures": ["bounded-floor", "hand-tracking"]
  }
}
