Dashboard & Search Bookmarks

Dashboard & Search Bookmarks

replace newtab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dashboard & Search Bookmarks",
  "description": "replace newtab page",
  "version": "2.0.1",
  "manifest_version": 2,
  "icons": {
    "24": "img/fav24.png",
    "128": "img/fav128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "background",
    "<all_urls>",
    "history",
    "system.cpu",
    "topSites",
    "chrome://favicon/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://*.yahooapis.com; object-src 'self'"
}