The most secure, web-based password management for teams of all sizes.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"author": "Securden Inc.",
"default_locale": "en",
"name": "__MSG_Securden__",
"description": "The most secure, web-based password management for teams of all sizes.",
"homepage_url": "https://securden.com",
"icons": {
"16": "images/logo-disable16.png",
"48": "images/logo48.png",
"64": "images/logo64.png",
"96": "images/logo96.png",
"128": "images/logo128.png"
},
"version": "3.1.2.0",
"action": {
"default_popup": "Securden_popup.html",
"default_title": "Securden"
},
"permissions": [
"activeTab",
"storage",
"privacy",
"offscreen"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"storage": {
"managed_schema": "schema.json"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self'; img-src * data: blob: filesystem:; connect-src * data: blob: filesystem:;"
},
"background": {
"service_worker": "js/Securden_BG.js"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"js/Securden_utils.js",
"js/Securden_CS.js"
],
"css": [
"css/content_script.css"
],
"run_at": "document_idle",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"images/logo16.png",
"images/circle-loading.gif",
"/html/Securden_AccountSave.html",
"/html/Securden_AccountUpdate.html",
"/html/Securden_AccountWorkPersonalUpdate.html",
"/html/Securden_RecordForm.html",
"/json/Success_animation.json"
],
"matches": [
"*://*/*"
],
"extension_ids": []
}
],
"-ms-preload": {
"backgroundScript": "backgroundScriptsAPIBridge.js",
"contentScript": "contentScriptsAPIBridge.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}