Inspect and view changes in Dev Password Manage 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,
"icons": {
"16": "Password.png",
"32": "Password.png",
"48": "Password.png",
"128": "Password.png"
},
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"contextMenus",
"activeTab"
],
"name": "Dev Password Manage",
"version": "1.2.0",
"description": "用于统一账å·å¯†ç 管ç†å·¥å…·",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}