Sunset Wallpaper HD & Videos New Tab

Sunset Wallpaper HD & Videos New Tab

Wonderful Sunset Wallpaper HD and Youtube Videos in each newtab in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.2.221.15",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "images/icons/logo_16.png",
    "48": "images/icons/logo_48.png",
    "128": "images/icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "chrome://favicon/",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "background",
    "topSites",
    "https://www.googleapis.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js https://s.ytimg.com/ https://www.youtube.com https://apis.google.com/js/api.js; object-src 'self'",
  "background": {
    "persistent": true,
    "scripts": [
      "./src/zip.js",
      "./src/bundle_be.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/search?*"
      ],
      "js": [
        "./src/message.js"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}