{
  "name": "FishingFanatix",
  "short_name": "FishingFanatix",
  "description": "The ultimate membership app for South African anglers. Get discounts, log catches, and connect with fellow fishermen.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#e8f4f8",
  "theme_color": "#1a3a4a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "sports"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log a Catch",
      "short_name": "Log Catch",
      "description": "Log your latest fishing catch",
      "url": "/fishing-log",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "See what others are catching",
      "url": "/community",
      "icons": [{ "src": "/logo192.png", "sizes": "192x192" }]
    }
  ]
}
