Examine source code of NotionMark - AI Bookmark to notion

Inspect and view changes in NotionMark - AI Bookmark to notion source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "123",
  "offline_enabled": true,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "short_name": "NotionMark",
  "description": "__MSG_extDescription__",
  "version": "0.0.11",
  "author": "BookmarkLab",
  "icons": {
    "24": "icon-24.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_title": "Bookmark to notion",
    "default_popup": "popup/index.html"
  },
  "options_page": "options/index.html",
  "background": {
    "service_worker": "background/background.js",
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+B",
        "windows": "Alt+B",
        "mac": "Alt+B",
        "linux": "Alt+B"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://cloud-notionmark.rubiccayum.workers.dev/*"
    ]
  },
  "permissions": [
    "activeTab",
    "bookmarks",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://api.notion.com/v1/*"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3qXOUjp6WdzRflA8p0AVzI2x2B8qjFMwO0A9rUFWvkW3US257q6VB1m4bv77x+PlrI17cLq5zC1E0d+NR5HzGILskMESGMUskclT1doRf140A6GebYqPI3KPHahi7EjpbVdJ3aWV6fB80YD+z9uVK3UGjoqPfBfHfZvt3TaBCDM3yey75+3nyAfk3HhfVhRV8IC4HgH+2qcr8VZRxKxrmVWogTgeIypZkL5x4hj4aQhIkF0CP29z+ATa8SaY/qXOn7Vlrvib9aUGgooQo5uN/IUtrphr5oDlSxip8+g8iXQNjbEZVmVy4k4CWGTnGvNLEQXKK6ZZwpaP82XOBHSAYwIDAQAB"
}