Inspect and view changes in PlusIdentity - Password Manager for Startups 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": "PlusIdentity - Password Manager for Startups",
"description": "Secure and easy way to manage your team's passwords.",
"version": "0.0.3",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"cookies",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "/media/logos/plusidentity/default/plusidentity16.png",
"32": "/media/logos/plusidentity/default/plusidentity32.png",
"48": "/media/logos/plusidentity/default/plusidentity48.png",
"128": "/media/logos/plusidentity/default/plusidentity128.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+P",
"windows": "Ctrl+Shift+P",
"mac": "Command+Shift+P",
"linux": "Ctrl+Shift+P"
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery.js",
"content.js"
]
}
],
"web_accessible_resources": [
"*"
],
"icons": {
"16": "/media/logos/plusidentity/default/plusidentity16.png",
"32": "/media/logos/plusidentity/default/plusidentity32.png",
"48": "/media/logos/plusidentity/default/plusidentity48.png",
"128": "/media/logos/plusidentity/default/plusidentity128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{2799941e-e38a-4b68-9235-2b4babcc3c0e}"
}
}
}