{
  "name": "Total TV - Free Live TV Streaming",
  "short_name": "Total TV",
  "description": "Watch free live TV channels online. Sports, news, entertainment, kids and music streaming.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#141414",
  "background_color": "#0a0a0f",
  "lang": "en",
  "categories": ["entertainment", "video", "music"],
  "icons": [
    {
      "src": "imgs/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "imgs/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Sports",
      "short_name": "Sports",
      "description": "Watch live sports channels",
      "url": "/?cat=Sports",
      "icons": [{ "src": "imgs/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Live News",
      "short_name": "News",
      "description": "Watch live news channels",
      "url": "/?cat=News",
      "icons": [{ "src": "imgs/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse by Country",
      "short_name": "Countries",
      "description": "Browse channels by country",
      "url": "/countries.html",
      "icons": [{ "src": "imgs/logo.png", "sizes": "192x192" }]
    }
  ]
}
