{
   "name": "GoSavis",
   "short_name": "GoSavis",
   "description": "Your next service is a click away.",
   "start_url": "/",
   "display": "standalone",
   "orientation": "portrait-primary",
   "background_color": "#FCFCFC",
   "theme_color": "#E6002E",
   "categories": ["lifestyle", "business"],

   "icons": [
      {
         "src": "/asset/icon/gosavis-favicon.svg",
         "sizes": "any",
         "type": "image/svg+xml",
         "purpose": "any"
      },
      {
         "src": "/asset/icon/gosavis-favicon-192px.png",
         "sizes": "192x192",
         "type": "image/png",
         "purpose": "any"
      },
      {
         "src": "/asset/icon/gosavis-favicon-512px.png",
         "sizes": "512x512",
         "type": "image/png",
         "purpose": "any maskable"
      }
   ],

   "screenshots": [
      {
         "src": "/asset/image/screenshot/screenshot-home.png",
         "type": "image/png",
         "form_factor": "narrow",
         "label": "Home, discover services near you"
      },
      {
         "src": "/asset/image/screenshot/screenshot-explore.png",
         "type": "image/png",
         "form_factor": "narrow",
         "label": "Explore, browse and filter services"
      },
      {
         "src": "/asset/image/screenshot/screenshot-checkout.png",
         "type": "image/png",
         "form_factor": "narrow",
         "label": "Checkout, book a service in seconds"
      }
   ],

   "shortcuts": [
      {
         "name": "Search services",
         "url": "/search",
         "description": "Browse available services"
      },
      {
         "name": "My activity",
         "url": "/activity",
         "description": "View your bookings"
      }
   ],

   "share_target": {
      "action": "/search",
      "method": "GET",
      "enctype": "application/x-www-form-urlencoded",
      "params": {
         "title": "q",
         "text": "q",
         "url": "url"
      }
   },

   "launch_handler": {
      "client_mode": "focus-existing"
   },

   "prefer_related_applications": false
}
