KnowledgeMap

KnowledgeMap

A bookmark management tool that combines mind map (jsmind) and richtext editor (lexical).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KnowledgeMap",
  "version": "1.1.6",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "images/icon.png"
  },
  "action": {
    "default_popup": "kmap/popup.html",
    "default_icon": {
      "16": "images/icon.png",
      "24": "images/icon.png",
      "32": "images/icon.png"
    },
    "default_title": "KnowledgeMap"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+K",
        "mac": "Command+K",
        "chromeos": "Ctrl+K",
        "linux": "Ctrl+K"
      }
    }
  },
  "permissions": [
    "alarms",
    "contextMenus",
    "debugger",
    "tabs",
    "storage",
    "unlimitedStorage",
    "bookmarks"
  ]
}