{
  "name": "Spatialist — VirtualSpace",
  "short_name": "Spatialist",
  "description": "The operating system for spatial capture. Order, capture, deliver, and bill every 3D space from one platform.",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0a0a0a",
  "theme_color": "#c20000",
  "orientation": "any",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Operations overview",
      "url": "/dashboard",
      "icons": [{ "src": "/logo-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "New Order",
      "short_name": "New Order",
      "description": "Start a new scan order",
      "url": "/dashboard/orders/new",
      "icons": [{ "src": "/logo-icon.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
