CoD Warzone Wallpaper New Tab

CoD Warzone Full HD Wallpapers brings a new look to your Chrome, Edge and Brave browser
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "128.png"
  },
  "author": "walltab",
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newTab/index.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.4"
}