Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.0",
"name": "IDnotify Password Manager",
"description": "[8] An easy-to-use password manager for creating, keeping and using secure passwords.",
"icons": {
"48": "\/images\/icon-48.png"
},
"permissions": [
"downloads",
"storage",
"tabs",
"webNavigation",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background\/index.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content\/index.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/url.invalid\/*"
],
"js": [
"content\/cognito_redirect_handler.js"
]
}
],
"web_accessible_resources": [
"images\/*.png",
"*.png",
"fonts\/*"
],
"browser_action": {
"default_icon": {
"48": "\/images\/status-locked-32.png"
},
"default_title": "IDnotify Password Manager",
"default_popup": "html\/popup.html"
}
}