iTab New Tab

iTab New Tab

iTab is a new personalized tab with free customized widgets: Calender, Weather, Breaking News, Wallpapers and so on.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "version": "1.3.52.1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "64": "icon/icon_64.png",
    "128": "icon/icon_128.png",
    "192": "icon/icon_192.png",
    "512": "icon/icon_512.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.codelife.cc/*"
    ]
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "background",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon/icon_64.png",
    "default_title": "iTab New Tab",
    "default_popup": "dist/popup.html"
  },
  "optional_permissions": [
    "https://google.com/",
    "https://www.baidu.com/",
    "notifications"
  ],
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}