{
  "name": "Jayasinghe Tours",
   "description": "Premium Sri Lanka Car Rental & Private Tours — Customer Portal",
  "id": "/?source=pwa",
  "start_url": "/dashboard.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#050810",
  "theme_color": "#050810",
  "orientation": "portrait-primary",
  "categories": ["travel", "transportation"],
  "lang": "en",
  "icons": [
    {
      "src": "images/fav.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/fav.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/fav.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/fav.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open your messages",
      "url": "/dashboard.html?view=inbox&source=shortcut",
      "icons": [{ "src": "images/fav.png", "sizes": "192x192" }]
    },
    {
      "name": "New Booking",
      "short_name": "Book",
      "description": "Make a new booking",
      "url": "/dashboard.html?view=new-booking&source=shortcut",
      "icons": [{ "src": "images/fav.png", "sizes": "192x192" }]
    }
  ]
}
