{
  "id": "imsurveyor-ai",
  "name": "iMSurveyor AI",
  "short_name": "iMSurveyor",
  "description": "Professional AI-powered reporting platform for maritime surveys, audits, and inspections, translating raw field notes into high-standard industry reports.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#1a2d5a",
  "theme_color": "#1a2d5a",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "https://media.base44.com/images/public/69f294f5affa33926042c713/f6712dae1_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://media.base44.com/images/public/69f294f5affa33926042c713/f6712dae1_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Report",
      "short_name": "Report",
      "description": "Start a new survey report",
      "url": "/reports/new",
      "icons": [{ "src": "https://media.base44.com/images/public/69f294f5affa33926042c713/f6712dae1_512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "New Inspection",
      "short_name": "Inspect",
      "description": "Start a new vessel inspection",
      "url": "/inspections/new",
      "icons": [{ "src": "https://media.base44.com/images/public/69f294f5affa33926042c713/f6712dae1_512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "View survey schedule",
      "url": "/schedule",
      "icons": [{ "src": "https://media.base44.com/images/public/69f294f5affa33926042c713/f6712dae1_512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "scope_extensions": [
    { "origin": "https://imsurveyor.base44.app" },
    { "origin": "https://*.base44.app" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "file", "accept": ["application/pdf", "image/*"] }]
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    { "protocol": "web+imsurveyor", "url": "/?uri=%s" }
  ]
}
