{
  "name": "FishingKnots.com — Fishing Knot Guides",
  "short_name": "FishingKnots",
  "description": "Step-by-step guides and video tutorials for every essential fishing knot. Works offline once installed.",
  "start_url": "/",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d2b52",
  "theme_color": "#0d2b52",
  "categories": ["sports", "education", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/fishing-knots-logo.jpg",
      "sizes": "1080x1080",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "All Knots",
      "short_name": "Knots",
      "description": "Browse the complete knot library",
      "url": "/knots",
      "icons": [{ "src": "/assets/img/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Knot Selector",
      "short_name": "Selector",
      "description": "Find the right knot in 30 seconds",
      "url": "/knot-selector",
      "icons": [{ "src": "/assets/img/apple-touch-icon.png", "sizes": "180x180" }]
    },
    {
      "name": "Strength Database",
      "short_name": "Strength DB",
      "description": "Compare knot retention by line type",
      "url": "/knot-strength-database",
      "icons": [{ "src": "/assets/img/apple-touch-icon.png", "sizes": "180x180" }]
    }
  ]
}
