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,
"name": "Vault Password Manager Beta",
"description": "This extension will help you to manage your passwords",
"version": "0.3.3",
"options_page": "options.html",
"icons": {
"16": "icons\/vaultpassword-logo-16.png",
"32": "icons\/vaultpassword-logo-32.png",
"48": "icons\/vaultpassword-logo-48.png",
"128": "icons\/vaultpassword-logo-128.png"
},
"action": {
"default_icon": {
"16": "icons\/vaultpassword-logo-16.png",
"32": "icons\/vaultpassword-logo-32.png",
"48": "icons\/vaultpassword-logo-48.png",
"128": "icons\/vaultpassword-logo-128.png"
},
"default_title": "Vault Password Manager",
"permissions": [
"tabs"
],
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage",
"tabs",
"unlimitedStorage",
"favicon",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-d5hvvdWe.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"all_frames": true,
"run_at": "document_end"
},
{
"js": [
"assets\/contentInputs.ts-loader-DAeKyqZ3.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"all_frames": true,
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/functions-U61QuybE.js",
"assets\/contentScript.ts-CW6j2Tes.js",
"assets\/iconify-DGZPtaRp.js",
"assets\/es-BzPXqa4k.js",
"assets\/contentInputs.ts-BH0xJXoX.js"
],
"use_dynamic_url": false
}
]
}