Inspect and view changes in Random Strong Password Generator 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": "Random Strong Password Generator",
"version": "1.0",
"description": "Generate random strong passwords",
"icons": {
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"clipboardWrite"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}