{
  "name": "WAYFARE",
  "short_name": "WAYFARE",
  "start_url": "/travel/",
  "display": "standalone",
  "theme_color": "#b8a082",
  "background_color": "#f5f1eb",
  "scope": "/travel/",
  "icons": [
    {
      "src": "/travel/assets/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/travel/assets/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+wayfare",
      "url": "/travel/?nfc=%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://www.ricosdias.com"
    }
  ],
  "share_target": {
    "action": "/travel/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}