{
  "name": "The Fish Hub",
  "short_name": "Fish Hub",
  "description": "Find. Fish. Log. The UK's leading fishing platform.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0D1F17",
  "theme_color": "#2D6A4F",
  "categories": ["sports", "lifestyle"],
  "lang": "en-GB",
  "scope": "/",
  "icons": [
    {
      "src": "/images/brand/app_icon_green.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/brand/app_icon_green.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a Catch",
      "short_name": "Log Catch",
      "description": "Quickly log a new catch",
      "url": "/catches/log",
      "icons": [{ "src": "/images/brand/app_icon_green.png", "sizes": "96x96" }]
    },
    {
      "name": "Find a Fishery",
      "short_name": "Fisheries",
      "description": "Search UK fisheries",
      "url": "/fisheries",
      "icons": [{ "src": "/images/brand/app_icon_green.png", "sizes": "96x96" }]
    },
    {
      "name": "My Catches",
      "short_name": "Catches",
      "description": "View your catch log",
      "url": "/account/catches",
      "icons": [{ "src": "/images/brand/app_icon_green.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
