{
  "name": "The Marine Mate",
  "short_name": "Marine Mate",
  "description": "Your boat's personal AI copilot — trained on your specific vessel.",
  "start_url": "/mate",
  "display": "standalone",
  "background_color": "#0f1f3d",
  "theme_color": "#0f1f3d",
  "orientation": "portrait-primary",
  "categories": ["utilities", "navigation"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Mate",
      "url": "/mate",
      "description": "Open chat with your Marine Mate"
    },
    {
      "name": "Parts Inventory",
      "url": "/inventory",
      "description": "View and update parts inventory"
    }
  ]
}
