{
  "name": "Yarp Trail Route Planner",
  "short_name": "Yarp",
  "description": "Plan wandel- en trailroutes op een interactieve kaart.",
  "lang": "nl",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f7f2",
  "theme_color": "#176b4d",
  "categories": ["navigation", "travel", "sports"],
  "shortcuts": [
    {
      "name": "Nieuwe route",
      "short_name": "Nieuwe route",
      "url": "/?action=new-route"
    },
    {
      "name": "GPX openen",
      "short_name": "GPX openen",
      "url": "/?action=open-gpx"
    },
    {
      "name": "Mijn routes",
      "short_name": "Mijn routes",
      "url": "/?action=my-routes"
    }
  ],
  "file_handlers": [
    {
      "action": "/?action=open-gpx",
      "accept": {
        "application/gpx+xml": [".gpx"]
      }
    }
  ],
  "share_target": {
    "action": "/?action=share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "gpx",
          "accept": ["application/gpx+xml", ".gpx"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/tabler-route.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}