{
  "name": "BassFishing.World",
  "short_name": "BassFishing",
  "description": "The ultimate bass fishing community - connect, learn, and discover the best fishing spots.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0F766E",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["sports", "lifestyle", "education"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Browse the fishing community forum",
      "url": "/community",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Lakes",
      "short_name": "Lakes",
      "description": "Explore bass fishing lakes",
      "url": "/lakes",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Education",
      "short_name": "Learn",
      "description": "Learn bass fishing techniques",
      "url": "/education",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}