Examine source code of 智能笔记本

Inspect and view changes in 智能笔记本 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
{
  "manifest_version": 3,
  "name": "智能笔记本",
  "version": "1.0",
  "description": "一个安全、便捷的笔记管理工具,支持多种笔记类型和安全保护功能",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "智能笔记本开发团队",
  "homepage_url": "https://example.com/smart-notebook",
  "minimum_chrome_version": "88",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}