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,
"default_locale": "en",
"name": "__MSG_Password_Manager_Pro__",
"short_name": "PMP",
"version": "3.0.0.0",
"description": "__MSG_PMP_Description__",
"action": {
"default_icon": "images\/pmp_48x48.png",
"default_title": "__MSG_Password_Manager_Pro__",
"default_popup": "html\/popup.html"
},
"background": {
"service_worker": "js\/background_script.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/cs\/initialize_cs.out.js"
],
"css": [
"css\/autofill.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"permissions": [
"tabs",
"clipboardWrite",
"clipboardRead",
"storage",
"cookies",
"privacy",
"alarms",
"offscreen"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "default-src 'self';script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;"
},
"icons": {
"16": "images\/pmp_16x16.png",
"48": "images\/pmp_48x48.png",
"128": "images\/pmp_128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/pmp_16x16.png",
"css\/autofill.css",
"images\/loading.gif",
"html\/save_password.html",
"html\/autofill.html*"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"use_dynamic_url": true
}
],
"incognito": "split",
"minimum_chrome_version": "90.0"
}