Witcher 3 Wallpaper HD [New Tab Theme]

Witcher 3 Wallpaper HD [New Tab Theme]

Install Witcher 3 Wallpaper HD New Tab Theme and change the look of your PC, Laptop. Change Custom Tab, Play Web Games etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Witcher 3 Wallpaper HD [New Tab Theme]",
  "manifest_version": 3,
  "version": "5.0",
  "description": "Install Witcher 3 Wallpaper HD New Tab Theme and change the look of your PC, Laptop. Change Custom Tab, Play Web Games etc.",
  "action": {
    "default_icon": {
      "16": "logo16.png",
      "32": "logo32.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "host_permissions": [
    "http://admin.onlynewtab.com/*"
  ],
  "background": {
    "background.service_worker": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}