{
    "name": "Bloowatch",
    "short_name": "Bloowatch",
    "description": "Bloowatch is specialized software for watersports schools",
    "background_color": "#0391da",
    "theme_color": "#0391da",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "orientation": "portrait",
    "display": "standalone",
    "categories": ["accommodation", "hospitality"],
    "related_applications": [],
    "prefer_related_applications": false,
    "icons": [ 
        {
            "src": "/assets/images/logo.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
          "name": "Bookings",
          "short_name": "Bookings",
          "description": "View the list of Bookings",
          "url": "/bookings/?utm_source=pwa"
        }
      ]
  }