Tubi Tv For PC Windows Wallpaper New Tab BG

Tubi Tv For PC Windows Wallpaper New Tab BG

Tubi TV For PC is available in the chrome web store just install it and change the wallpaper of your Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tubi Tv For PC Windows Wallpaper New Tab BG",
  "version": "13.6.9",
  "description": "Tubi TV For PC is available in the chrome web store just install it and change the wallpaper of your Chrome.",
  "action": {
    "default_icon": "images/icon128.png"
  },
  "author": "Tubi Fans",
  "default_locale": "en",
  "background": {
    "service_worker": "background-service.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "bookmarks",
    "unlimitedStorage",
    "storage",
    "alarms"
  ]
}