{
  "name": "TAO Nexus — Construction Intelligence Platform",
  "short_name": "TAO Nexus",
  "description": "24/7 AI dispatch, field measurement, insurance scope, and change-order automation for the trades.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "New Scan",
      "short_name": "Scan",
      "description": "Start a new field measurement scan",
      "url": "/app/measurement/scan/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Voice Scan",
      "short_name": "Voice",
      "description": "Snap a photo, speak your directive",
      "url": "/app/measurement/voice-scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Insurance Scope",
      "short_name": "Scope",
      "description": "Upload adjuster ESX + get a signed scope",
      "url": "/app/insurance-scope",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Live Wall",
      "short_name": "Live",
      "description": "Real-time operator wall",
      "url": "/live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["business", "productivity"],
  "prefer_related_applications": false
}
