Widget NewTab

Widget NewTab

Customizable NewTab Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.3.9",
  "name": "Widget NewTab",
  "description": "Customizable NewTab Page",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "permissions": [
    "http://google.com/complete/search*",
    "storage",
    "topSites",
    "chrome://favicon/*"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "default_locale": "en_US",
  "content_security_policy": "script-src 'self' 'style-src' 'self' 'unsafe-eval' ;img-src chrome://favicon http://* https://*;"
}