{
  "name": "Hire A Bus",
  "short_name": "Hire A Bus",
  "description": "Coach hire booking marketplace. Tell us your trip, compare anonymised quotes from vetted operators, book in minutes.",
  "lang": "en-GB",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "scope": "./",
  "start_url": "./?utm_source=pwa",
  "id": "./?source=pwa",
  "theme_color": "#1175a6",
  "background_color": "#f6f4f1",
  "categories": ["travel", "business", "transport"],
  "icons": [
    { "src": "brand/favicon-16x16.png",        "sizes": "16x16",   "type": "image/png" },
    { "src": "brand/favicon-32x32.png",        "sizes": "32x32",   "type": "image/png" },
    { "src": "brand/apple-touch-icon.png",     "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "brand/android-chrome-192x192.png","sizes": "192x192","type": "image/png", "purpose": "any" },
    { "src": "brand/android-chrome-512x512.png","sizes": "512x512","type": "image/png", "purpose": "any" },
    { "src": "brand/android-chrome-192x192.png","sizes": "192x192","type": "image/png", "purpose": "maskable" },
    { "src": "brand/android-chrome-512x512.png","sizes": "512x512","type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start a new trip",
      "short_name": "New trip",
      "description": "Tell us about your trip and get instant estimates.",
      "url": "./?source=pwa-shortcut-new",
      "icons": [{ "src": "brand/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Operator inbox",
      "short_name": "Inbox",
      "description": "Jump straight to your operator inbox.",
      "url": "operators/dashboard?source=pwa-shortcut-operator",
      "icons": [{ "src": "brand/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Refer an operator",
      "short_name": "Refer",
      "description": "Share your operator referral link.",
      "url": "operators/refer?source=pwa-shortcut-refer",
      "icons": [{ "src": "brand/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
