{
  "id": "/",
  "name": "EZ BoatShare",
  "short_name": "EZ BoatShare",
  "description": "Sharing Boats Made Easy — the complete platform for managing shared boat ownership.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0D1B2A",
  "theme_color": "#0D1B2A",
  "categories": ["productivity", "travel", "utilities"],
  "icons": [
    {
      "src": "/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    { "name": "Reserve the boat", "url": "/calendar" },
    { "name": "Leaving the dock", "url": "/dashboard" },
    { "name": "Report an issue", "url": "/issues" }
  ]
}
