{
  "id": "/player/",
  "name": "SwishIPTV",
  "short_name": "SwishIPTV",
  "description": "Stream live TV, movies and shows",
  "start_url": "/player/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#141414",
  "orientation": "any",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to the SwishIPTV home screen",
      "url": "/player/",
      "icons": [{ "src": "/images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Live TV",
      "short_name": "Live TV",
      "description": "Browse live TV channels",
      "url": "/player/#/live",
      "icons": [{ "src": "/images/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search channels and VOD",
      "url": "/player/#/search",
      "icons": [{ "src": "/images/logo.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SwishIPTV on desktop"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "SwishIPTV on mobile"
    }
  ],
  "categories": ["entertainment", "video"]
}
