MONKNOW New Tab - Personal Dashboard

MONKNOW New Tab - Personal Dashboard

This is the new tab you are dreaming of. Support website URL group management, data sync, dark theme mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "5.5.0",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "icons": {
    "32": "asset/icon/32.png",
    "64": "asset/icon/64.png",
    "96": "asset/icon/96.png",
    "128": "asset/icon/128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "asset/icon/32.png",
      "64": "asset/icon/64.png",
      "96": "asset/icon/96.png",
      "128": "asset/icon/128.png"
    },
    "default_title": "__MSG_extension_name__",
    "default_popup": "asset/html/popup.html"
  },
  "description": "__MSG_extension_desc__",
  "chrome_url_overrides": {
    "newtab": "asset/html/newtab.html"
  },
  "optional_permissions": [
    "bookmarks"
  ],
  "background": {
    "page": "asset/html/background.html",
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "*://*.monknow.com/*"
  ],
  "minimum_chrome_version": "76",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}