Avengers HD Wallpapers For New Tab

Avengers HD Wallpapers For New Tab

Avengers New Tab Wallpapers for every New Tab you can see unique wallpaper, This extension replace native new tab page with…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Avengers HD Wallpapers For New Tab",
  "manifest_version": 2,
  "version": "0.6",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permission": [
    "tabs",
    "activeTab",
    "geolocation"
  ],
  "browser_action": {
    "default_title": "Avengers New Tab",
    "default_icon": {
      "16": "images/pn.png",
      "24": "images/pn.png",
      "32": "images/pn.png"
    }
  },
  "icons": {
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_security_policy": "script-src 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'self' 'unsafe-inline' 'unsafe-eval'"
}