{
  "name": "One IPTV Player",
  "short_name": "One IPTV",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#08090e",
  "theme_color": "#e51a22",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "description": "The most powerful IPTV platform. Stream smarter with M3U, Xtream Codes, EPG support and cloud sync.",
  "categories": ["entertainment", "video", "lifestyle"],
  "icons": [
    {
      "src": "/assets/logo/logo72.webp",
      "sizes": "72x72",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/logo/logo96.webp",
      "sizes": "96x96",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "/assets/logo/logo192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshot-wide.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "One IPTV Player Dashboard"
    },
    {
      "src": "/assets/images/screenshot-narrow.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "One IPTV Player Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your IPTV dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/assets/logo/logo96.webp", "sizes": "96x96" }]
    },
    {
      "name": "Playlists",
      "short_name": "Playlists",
      "description": "Manage your playlists",
      "url": "/dashboard?tab=playlists",
      "icons": [{ "src": "/assets/logo/logo96.webp", "sizes": "96x96" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.iptv.oneiptvplayer",
      "id": "com.iptv.oneiptvplayer"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/oneiptv-player/id1234567890"
    }
  ],
  "prefer_related_applications": false
}