{
  "name": "SavviBoats — GoBoat Rentals",
  "short_name": "SavviBoats",
  "description": "Book a GoBoat rental on American Lake, Lakewood WA. No license needed — just show up and ride.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c4a6e",
  "theme_color": "#0c4a6e",
  "categories": ["travel", "lifestyle", "sports"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "label": "SavviBoats homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Now",
      "short_name": "Book",
      "description": "Reserve a GoBoat",
      "url": "/reserve",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Reservation",
      "short_name": "My Trip",
      "description": "Look up your booking",
      "url": "/my-reservation",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
