{
  "name": "CanalHop",
  "short_name": "CanalHop",
  "description": "Plan your next stop on the canals and rivers with routes, stoppages, locks, moorings and offline packs.",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a1628",
  "background_color": "#0a1628",
  "lang": "en",
  "categories": ["navigation", "travel", "maps"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Plan a Route",
      "short_name": "Route",
      "url": "/app?panel=route",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
