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": "Akeyless Password Manager 2.0",
"version": "1.13.5",
"description": "Modern cross-browser secrets management web extension",
"permissions": [
"storage",
"activeTab",
"tabs",
"sidePanel",
"webAuthenticationProxy",
"scripting",
"contextMenus",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/api.akeyless.io\/*",
"https:\/\/api.us.akeyless.io\/*",
"https:\/\/api.eu.akeyless.io\/*",
"https:\/\/auth.akeyless.io\/*",
"https:\/\/auth.us.akeyless.io\/*",
"https:\/\/auth.eu.akeyless.io\/*",
"https:\/\/vault.akeyless.io\/*",
"https:\/\/vault.us.akeyless.io\/*",
"https:\/\/vault.eu.akeyless.io\/*",
"https:\/\/storage.googleapis.com\/*",
"http:\/\/127.0.0.1:1999\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*"
],
"icons": {
"16": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"32": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"48": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"128": "icons\/akeyless_brand_icons\/akeyless_logo.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Akeyless Password Manager 2.0",
"default_icon": {
"16": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"32": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"48": "icons\/akeyless_brand_icons\/akeyless_logo.png",
"128": "icons\/akeyless_brand_icons\/akeyless_logo.png"
}
},
"side_panel": {
"default_path": "index.html?view=sidepanel"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"paste-secure-secret": {
"suggested_key": {
"windows": "Ctrl+Shift+9",
"linux": "Ctrl+Shift+9",
"mac": "Command+Shift+9"
},
"description": "Paste Secure Secret into the focused password field"
}
}
}