Basketball Wallpaper New Tab - 4K Wallpaper

Basketball Wallpaper New Tab - 4K Wallpaper

Customize your new tab with the NBA Basketball wallpaper extension and display your favorite NBA Basketball in the background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "action": {
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "background": {
    "service_worker": "javas/anainout.js"
  },
  "chrome_url_overrides": {
    "newtab": "basketballwallpaper.html"
  },
  "sandbox": {
    "pages": [
      "basketballwallpaper.html"
    ]
  }
}