{
  "name": "xWELDx — Smart Inspection OS",
  "short_name": "xWELDx",
  "description": "Field-grade weld inspection with AR smart-glasses capture, defect tracking, voice notes, and offline capture.",
  "start_url": "/app/",
  "scope": "/app/",
  "id": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#f58a1f",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/app/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "url": "/app/inspections/new",
      "description": "Start a new weld inspection"
    },
    {
      "name": "Inspections",
      "short_name": "List",
      "url": "/app/inspections",
      "description": "View all inspections"
    }
  ]
}
