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",
"name": "__MSG_extensionName__",
"version": "2.0.2",
"description": "__MSG_extensionDescription__",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none'; form-action 'none';"
},
"default_locale": "en",
"permissions": [
"storage",
"cookies",
"tabs",
"identity",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "views\/popup.htm",
"default_icon": {
"16": "images\/ppass-icon-grey-16_solid.png",
"32": "images\/ppass-icon-grey-32.png",
"48": "images\/ppass-icon-grey-48.png",
"128": "images\/ppass-icon-grey-128.png"
}
},
"icons": {
"16": "images\/ppass-transparent-icon-16.png",
"32": "images\/ppass-transparent-icon-32.png",
"48": "images\/ppass-transparent-icon-48.png",
"128": "images\/ppass-transparent-icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"styles\/*",
"views\/*",
"styles\/fonts\/*",
"bootstrap\/dist\/css\/bootstrap.min.css",
"jquery\/dist\/jquery.min.js",
"@popperjs\/core\/dist\/umd\/popper.min.js",
"bootstrap\/dist\/js\/bootstrap.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"styles\/content-script.bundle.css"
],
"js": [
"validate.js",
"prompt-manager.js",
"injector.js"
]
}
],
"version_name": "2.0.2"
}