{
  "name": "BuilderIQ — AI Operating System for Contractors",
  "short_name": "BuilderIQ",
  "description": "Turn a job-site walk into a full estimate, proposal, and material list in minutes.",
  "start_url": "/jobs",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F0F0F",
  "theme_color": "#FF6A1A",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/?share=polycam",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/?import=scan",
      "accept": {
        "model/obj": [".obj"],
        "model/gltf-binary": [".glb"],
        "model/gltf+json": [".gltf"],
        "application/json": [".json"]
      }
    }
  ]
}
