{
  "name": "WorldWake",
  "short_name": "WorldWake",
  "description": "Book wakeboarding sessions at cable parks worldwide",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#075985",
  "categories": ["sports", "lifestyle", "travel"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "shortcuts": [
    {
      "name": "My Bookings",
      "url": "/bookings",
      "description": "View your upcoming bookings"
    },
    {
      "name": "Find Parks",
      "url": "/parks",
      "description": "Browse cable parks near you"
    }
  ]
}
