{
  "name": "TradesRoute",
  "short_name": "TradesRoute",
  "description": "Book trusted UK engineers and track your visits in one place",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf8ff",
  "theme_color": "#00288e",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My bookings",
      "short_name": "Bookings",
      "description": "See your upcoming and past visits",
      "url": "/me/find",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    },
    {
      "name": "Request a visit",
      "short_name": "Book",
      "description": "Start a new booking request",
      "url": "/",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192" }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
