{
  "name": "Auxilium — AI Copilot for Medical Equipment Technicians",
  "short_name": "Auxilium",
  "description": "Describe a fault in plain language. Get ranked root causes, diagnostic flowcharts, tools, parts, and a draft service report — all in one shot.",
  "start_url": "/app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#2563EB",
  "background_color": "#ffffff",
  "categories": ["productivity", "healthcare", "business"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-mask.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Diagnostic Copilot",
      "short_name": "Diagnose",
      "description": "Diagnose a medical equipment fault",
      "url": "/app",
      "icons": [
        {
          "src": "/icons/icon-192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}