{
  "name": "Limitless Lifestyle Community",
  "description": "",
  "short_name": "Limitless",
  "start_url": "/",
  "lang": "en-GB",
  "theme_color": "#fff",
  "display": "standalone",
  "background_color": "#0d2031",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "url": "/schedule",
      "name": "View Schedule",
      "short_name": "Schedule",
      "description": "View your schedule"
    },
    {
      "url": "/booking",
      "name": "Make Booking",
      "short_name": "Book",
      "description": "Open the booking page"
    }
  ]
}