Inspect and view changes in MD5 Lock - Password Securer 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": "MD5 Lock",
"description": "Secure your passwords.",
"version": "1.2.1resigned1",
"permissions": [
"tabs",
"<all_urls>",
"storage"
],
"browser_action": {
"default_title": "MD5 Lock",
"default_icon": "icon16.png",
"default_popup": "popup.html",
"browser_style": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "settings.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"applications": {
"gecko": {
"id": "kitokun10@gmail.com",
"strict_min_version": "42.0"
}
}
}