{
  "id": "vessel-tech-pwa-app",
  "name": "Vessel Tech",
  "short_name": "VesselTech",
  "description": "Marine Digital Systems & Troubleshooting",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#020617",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "categories": ["business", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.vesseltech.app",
      "id": "com.vesseltech.app"
    }
  ],
  "iarc_rating_id": "e84b0780-ae2d-4ca2-83ef-4b7ed0e470d6",
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://vessel-tech.vercel.app"
    },
    {
      "type": "origin",
      "origin": "https://vesseltech.ai"
    },
    {
      "type": "origin",
      "origin": "https://www.vesseltech.ai"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "/pwa/equipment",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".png", ".jpg", ".jpeg"]
      }
    }
  ],
  "share_target": {
    "action": "/pwa",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+vesseltech",
      "url": "/pwa?query=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Equipment Registry",
      "short_name": "Equipment",
      "description": "View and manage vessel equipment registry",
      "url": "/pwa/equipment",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Diagnostics",
      "short_name": "AI Troubleshoot",
      "description": "Interactive AI troubleshooting assistant",
      "url": "/pwa",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
