{
  "name": "M3UFY — IPTV Suite",
  "short_name": "M3UFY",
  "description": "Free self-hosted IPTV platform. Stream live TV, VOD and series, download and manage M3U playlists.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0e0d",
  "theme_color": "#7c6bff",
  "categories": ["entertainment", "multimedia"],
  "lang": "en-US",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Player",
      "short_name": "Player",
      "description": "Open the IPTV Player",
      "url": "/player.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Downloader",
      "short_name": "Download",
      "description": "Download an M3U Playlist",
      "url": "/downloader.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Manager",
      "short_name": "Manager",
      "description": "Manage IPTV Channels",
      "url": "/manager.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
