{
  "id": "/",
  "scope": "/",
  "name": "Agri.Cycle Customer Service App",
  "display": "standalone",
  "short_name": "Agri.Cycle",
  "theme_color": "#2fab66",
  "description": "Install our app to make it quick and easy to request collections.",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "related_applications": [{
    "platform": "webapp",
    "url": "https://app.agricycle.co.uk/manifest.json"
  }],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "assets/icons/icon_1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon_48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon_24.png",
      "sizes": "24x24",
      "type": "image/png"
    }
  ],
  "features": [
    "Request waste collections",
    "Contact us directly"
  ],
  "categories": [
    "social"
  ],
  "shortcuts": [
    {
      "name": "Request A Collection",
      "short_name": "Collection",
      "description": "Go straight to the Request A Collection page",
      "url": "/?page=request",
      "icons": [{ "src": "assets/icons/512x512.png", "sizes": "512x512" }]
    }
  ]
}
