{
  "id": "./",
  "name": "VELO Ride",
  "short_name": "VELO",
  "description": "OLED-first cycling navigation and ride telemetry.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "categories": [
    "navigation",
    "sports",
    "fitness",
    "travel"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Ride",
      "short_name": "Ride",
      "description": "Open VELO ready to start a ride",
      "url": "./?source=pwa&action=ride",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}