{
  "name": "Binnacle",
  "short_name": "Binnacle",
  "description": "Maritime crew compliance at the helm — logs, drills, credentials, live trips.",
  "start_url": "/boat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060f1f",
  "theme_color": "#060f1f",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Captain's Console",
      "short_name": "Boat",
      "description": "On-boat dashboard",
      "url": "/boat"
    },
    {
      "name": "Log Entry",
      "short_name": "Log",
      "description": "Quick log at the helm",
      "url": "/boat/log"
    },
    {
      "name": "Noon Report",
      "short_name": "Noon",
      "description": "Daily noon-to-noon report",
      "url": "/boat/noon"
    }
  ]
}
