{
  "name": "Web-ECDIS & Radar Simulator",
  "short_name": "Web-ECDIS",
  "description": "An offline-first, browser-based maritime simulation for ECDIS, Radar, and COLREGs decision-making. Democratizing maritime education.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0f172a",
  "theme_color": "#000000",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/product-demo.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Web-ECDIS Radar and Chart Display Simulator"
    }
  ],
  "shortcuts": [
    {
      "name": "Launch Simulator",
      "short_name": "Simulator",
      "url": "/app",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
