Best HD Wallpapers new tab extension

Best HD Wallpapers new tab extension

Wallpapers for your browser! New wallpaper when you open a tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Best HD Wallpapers new tab extension",
  "description": "Wallpapers for your browser! New wallpaper when you open a tab.",
  "version": "0.1.5",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*, http:s//*/*"
      ],
      "js": [
        "jquery.min.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*.google.com/",
    "*://*.wallpapercave.com/*"
  ],
  "permissions": [
    "storage"
  ]
}