inTab Pro

inTab Pro

inTab Pro is a simple and easy-to-use new tab page plug-in, which not only provides a wealth of functions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "64": "./icons/64.png",
      "128": "./icons/128.png"
    },
    "default_title": "inTab Pro",
    "default_popup": "./popup.html"
  },
  "icons": {
    "64": "./icons/64.png",
    "128": "./icons/128.png"
  },
  "manifest_version": 2,
  "name": "inTab Pro",
  "short_name": "inTab Pro",
  "description": "__MSG_extdesc__",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "bookmarks",
    "downloads",
    "notifications",
    "contextMenus",
    "unlimitedStorage",
    "history",
    "alarms",
    "topSites",
    "management",
    "background",
    "browsingData",
    "idle",
    "sessions",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "chrome://favicon/"
  ],
  "version": "0.9.5",
  "chrome_url_overrides": {
    "newtab": "./override.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.zierwa.com/*"
    ]
  },
  "minimum_chrome_version": "72",
  "content_security_policy": "script-src 'self' 'unsafe-eval' chrome://resources ;object-src 'none'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}