Examine source code of WPS便签助手

Inspect and view changes in WPS便签助手 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": "WPS便签助手",
  "version": "1.0.0",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://note.wps.cn/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [],
  "icons": {
    "128": "icons/logo128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}