{
  "name": "Kukooo TV",
  "short_name": "Kukooo TV",
  "description": "Watch live TV channels online for free",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/Kukooo_TV_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Kukooo_TV_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kukooo TV Desktop View"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kukooo TV Mobile View"
    }
  ],
  "categories": ["entertainment", "video", "news", "sports"],
  "shortcuts": [
    {
      "name": "Search Channels",
      "short_name": "Search",
      "description": "Search for channels",
      "url": "/?action=search",
      "icons": [{ "src": "/search-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "Your favorite channels",
      "url": "/?action=favorites",
      "icons": [{ "src": "/favorites-icon.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}