{
  "name": "Munch TV",
  "short_name": "Munch TV",
  "description": "A bring-your-own-provider IPTV player for Live TV, Movies, and Series",
  "id": ".",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "fullscreen"],
  "background_color": "#080810",
  "theme_color": "#9900ff",
  "orientation": "landscape",
  "categories": ["entertainment"],
  "icons": [
    {
      "src": "favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "munch-tv-logo.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "poster.jpg",
      "sizes": "1200x628",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Munch TV - BYO IPTV Player"
    }
  ],
  "shortcuts": [
    {
      "name": "Live TV",
      "short_name": "Live",
      "url": "live",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Movies",
      "short_name": "Movies",
      "url": "movies",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Series",
      "short_name": "Series",
      "url": "series",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
