By: Akshay Chavan
Inspect and view changes in VaultForge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "VaultForge",
"description": "Zero-knowledge encrypted password manager",
"version": "0.1.0",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "vaultforge@akshaychavan",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"activeTab",
"storage",
"clipboardWrite",
"contextMenus",
"notifications"
],
"host_permissions": [
"<all_urls>",
"http://localhost/*",
"http://127.0.0.1/*"
],
"commands": {
"autofill": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Autofill credentials on current page"
},
"generate-password": {
"suggested_key": {
"default": "Ctrl+Shift+G",
"mac": "Command+Shift+G"
},
"description": "Generate and copy a password"
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"action": {
"default_title": "VaultForge",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"content-scripts/content.js"
]
}
]
} Best VaultForge Alternatives
Here are some Firefox add-ons that are similar to VaultForge:
Vaultex Password Manager
Vaultex
VaultKeepR
Justin Lacroix
T-Vault Password Manager
Mürsel Tekeoğlu
FastVault
Tesbert
MrW Vault
Kadir Çelebi
PassForge
eyepokes
WebVault
zookatron
Secure Vault-Simple Password Helper
secure-vault
UnveilPass Manager
Unveil Technology
VivoKey Vault
Riley Gall
Vaultless Pass
Shawata
Vault2FA - 2FA authenticator in browser
浪迹天涯小叮当