{
  "name": "BookingPlus",
  "short_name": "BookingPlus",
  "description": "Smart booking for service businesses",
  "start_url": "/mobile/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e1850",
  "theme_color": "#3C3080",
  "orientation": "portrait-primary",
  "share_target": {
    "action": "/mobile/new-job",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
