Examine source code of 记广Clipeet - 多页面信息合为一

Inspect and view changes in 记广Clipeet - 多页面信息合为一 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
{
  "name": "__MSG_titleName__",
  "description": "跨多页面摘抄笔记",
  "version": "0.5.3",
  "default_locale": "zh",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "tabs"
  ],
  "action": {
    "default_popup": "front.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "config.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}