{
  "name": "The Peak - Amenity Bookings",
  "short_name": "The Peak",
  "description": "Book amenities at The Peak apartment complex",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#c53030",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Amenity",
      "short_name": "Book",
      "description": "Quickly book an amenity",
      "url": "/dashboard"
    },
    {
      "name": "My Bookings",
      "short_name": "Bookings",
      "description": "View your upcoming bookings",
      "url": "/dashboard#bookings"
    }
  ]
}
