{
  "name": "ABZ Fan-Base",
  "short_name": "ABZ Fan-Base",
  "description": "ActionBoyz Podcast Database & Movie Collection",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0066CC",
  "theme_color": "#0066CC",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["entertainment", "podcasts", "movies", "reference"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ABZ Fan-Base Desktop View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ABZ Fan-Base Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Episodes",
      "short_name": "Search",
      "description": "Search for episodes and movies",
      "url": "/search",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Guest Appearances",
      "short_name": "Guests",
      "description": "View guest appearances",
      "url": "/guest-appearances",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
