Inspect and view changes in Simple 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": 2,
"name": "Password Generator",
"version": "1.0",
"description": "A simple password generator",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{e95683e2-6da0-41e5-be73-79bd5f703317}"
}
}
}