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
{
  "name": "随机生成安全密码",
  "version": "2.0.0",
  "manifest_version": 3,
  "description": "随机生成安全密码,可同时生成多个。批量生成 uuid v4",
  "icons": {
    "16": "icons/rc.png",
    "32": "icons/rc.png",
    "48": "icons/rc.png",
    "128": "icons/rc.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}