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",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlc\/gZwTRK+wrEbAYXcHmwE1uBI+Xg6PIzNm416fhp6zaZygq3naiN8\/gjqi8yWRQbH\/RllYu5+RHTOE6RYgPwoUrjsjD6i6uMMMr+joQ\/X\/iL7enR54wWj6KfFmuDm09j80dyywpvkSZZFHrcAOq9nvhzt8UgqvH+4kw0QFBcENYMYUUCR66zK6x7H69F9SnzvXjoc+nqOqY\/KgjUJDfRLkBZdl4zeqsSurXdEIcHtxm\/a9roEOLNpO0O4ljo6tu0\/GxpPtdXigdnPKT3eOpbBt+W33\/WpJYrkzBvBTEcG0Ptu3fai5wEqWCol+i802MmTPIfIrkeTmRWeiJPozYyQIDAQAB",
"manifest_version": 3,
"name": "Password Defense",
"author": "Pango Group",
"version": "1.0.7",
"minimum_chrome_version": "109",
"description": "Password Defense secures your passwords and helps you browse online more securely and privately.",
"icons": {
"16": "images\/store-icon-16.png",
"48": "images\/store-icon-48.png",
"128": "images\/store-icon-128.png"
},
"background": {
"service_worker": "js\/background-chrome.js"
},
"action": {
"default_popup": "",
"default_icon": {
"16": "images\/action-icon\/active_16.png",
"32": "images\/action-icon\/active_32.png",
"64": "images\/action-icon\/active_64.png"
},
"default_title": "Password Defense"
},
"permissions": [
"tabs",
"alarms",
"privacy",
"webNavigation",
"storage",
"scripting",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"incognito": "spanning",
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.jpg",
"images\/*.svg",
"fonts\/*.woff",
"fonts\/*.woff2",
"videos\/*.mp4",
"_locales\/**\/*.json",
"css\/**\/*.css",
"js\/*.js",
"js\/*.js.map",
"html\/*.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"all_frames": false,
"matches": [
"<all_urls>"
],
"js": [
"js\/main-app-content-chrome.js"
],
"css": [
"css\/fonts\/style.css"
]
},
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"js\/other-content-chrome.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; default-src 'self'; connect-src * data: blob: filesystem:; img-src *;",
"sandbox": "sandbox allow-scripts; script-src 'sha256-2CJto13C7lQhHpApD0uFGrC+zH0IkPGBnXMFOGJHp9o=' 'unsafe-inline'"
}
}