X New Tab Page

X New Tab Page

X New Tab Page offers several features such as speed dial,cloud addition,and cloud backup to enhance the original New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background_page": "background.html",
  "background": {
    "scripts": [
      "js/background.js",
      "js/function/md5.js"
    ]
  },
  "name": "__MSG_chrome_extension_name__",
  "short_name": "__MSG_chrome_extension_short_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "4.8.3",
  "app": {
    "launch": {
      "local_path": "index.html#launch"
    }
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "options_page": "index.html#setting",
  "permissions": [
    "management",
    "bookmarks",
    "contextMenus",
    "notifications",
    "topSites",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "background.html",
    "redirect.html",
    "index.html"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "manifest_version": 2
}