inTab

inTab

inTab gives your new tab more features! Include wallpaper hd,cloud disk,reminder,bookmark,weather,notes,history manager.

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": "static/icons/icon_64.png",
      "128": "static/icons/icon_128.png"
    },
    "default_title": "inTab",
    "default_popup": "./pages/popup.html"
  },
  "icons": {
    "64": "static/icons/icon_64.png",
    "128": "static/icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extname__",
  "short_name": "inTab",
  "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.7.7",
  "chrome_url_overrides": {
    "newtab": "./pages/blank.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"
}