{
  "name": "Geo-Chronicles — Spatial OS",
  "short_name": "Chronicles",
  "description": "Spatial Mixed Reality Compositor — Tag, Build, and Explore the world in 4D",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "categories": ["utilities", "navigation", "productivity"],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Spatial Hub with 3D Globe"
    },
    {
      "src": "/icons/screenshot-narrow.png.svg",
      "sizes": "390x844",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "AR Tagging View"
    }
  ],
  "shortcuts": [
    {
      "name": "AR Tagging",
      "short_name": "AR",
      "description": "Open the AR Viewfinder",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png.svg", "sizes": "192x192" }]
    },
    {
      "name": "Spatial Hub",
      "short_name": "Hub",
      "description": "View the 3D Globe Dashboard",
      "url": "/hub",
      "icons": [{ "src": "/icons/icon-192.png.svg", "sizes": "192x192" }]
    },
    {
      "name": "AEC Studio",
      "short_name": "Studio",
      "description": "Open the Mesh Eraser Studio",
      "url": "/studio",
      "icons": [{ "src": "/icons/icon-192.png.svg", "sizes": "192x192" }]
    }
  ]
}