{
  "name": "The Fly Bench",
  "short_name": "FlyBench",
  "description": "Comprehensive database of fly tying patterns, techniques, and resources for fly fishing enthusiasts",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "theme_color": "#4F46E5",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "categories": ["fishing", "outdoors", "sports"],
  "screenshots": [
    {
      "src": "/images/tfb-social-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "platform": "wide",
      "label": "The Fly Bench Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "View Patterns",
      "short_name": "Patterns",
      "description": "Browse all fly tying patterns",
      "url": "/patterns",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}