{
  "id": "/",
  "name": "GpxScout",
  "short_name": "GpxScout",
  "description": "Upload a GPX route and play back a street-level timelapse of it, so you can tell a scenic B-road from a farm track before you ride it.",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["navigation", "travel"],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#fbfaf9",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload a GPX route",
      "short_name": "Upload GPX",
      "url": "/routes/new"
    },
    {
      "name": "Saved routes",
      "short_name": "Routes",
      "url": "/routes"
    }
  ]
}
