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": 3,
"version": "1.2.0",
"name": "Complete ID Password Manager",
"description": "An easy-to-use password manager for creating, keeping and using secure passwords.",
"icons": {
"48": "brand\/assets\/images\/icon-48.png"
},
"permissions": [
"alarms",
"downloads",
"storage",
"tabs",
"webNavigation"
],
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content\/index.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/url.invalid\/*"
],
"js": [
"content\/cognito_redirect_handler.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"48": "brand\/assets\/images\/status-locked-32.png"
},
"default_title": "Unbranded Password Manager",
"default_popup": "html\/popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.svg",
"brand\/*.json",
"brand\/assets\/icons\/*",
"brand\/assets\/images\/*",
"brand\/assets\/fonts\/*",
"gen\/strings.*"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}