Inspect and view changes in Passgenie - Random 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
{
"name": "Passgenie",
"description": "Passgenie is allows you to generate random passwords.The password is completely random,it can be anything any number,any sign, any alphabet.",
"version": "0.0.2",
"manifest_version": 2,
"icons": {
"32": "32.png",
"64": "64.png",
"128": "logo.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{15cc3d87-d962-4c59-a913-dcbdf8fc3e63}"
}
}
}