Wallpapers - WallpaperCave new-tab extension

Wallpapers - WallpaperCave new-tab extension

Enjoy amazing new wallpapers each time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wallpapers - WallpaperCave new-tab extension",
  "description": "Enjoy amazing new wallpapers each time you open a new tab.",
  "version": "0.0.2",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*, http:s//*/*"
      ],
      "js": [
        "jquery.min.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "<all_urls>"
  ]
}