{
  "id": "/",
  "name": "The Hunting Hub",
  "short_name": "Hunting Hub",
  "description": "Log your bag, track your dogs, find clubs and events, and buy gear from trusted UK suppliers.",
  "lang": "en-GB",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#013220",
  "theme_color": "#013220",
  "categories": ["sports", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a shot",
      "short_name": "Log",
      "description": "Open the shot tracker and log today's outing",
      "url": "/shot-tracker",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Field Talk",
      "short_name": "Feed",
      "description": "See the latest from the community",
      "url": "/field-talk",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse gear, dogs and equipment for sale",
      "url": "/marketplace",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
