The CyberArk Identity Browser Extension allows you to secure your passwords and seamlessly access all your business and personal apps.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "CyberArk Identity Browser Extension",
"version": "25.2.2",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"48": "icons/48.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"background": {
"scripts": [
"all/brand-common.js",
"all/brand-firefox.js",
"background/brand-common.js",
"all/crossBackground.js",
"all/firefox-common.js",
"all/commonBrowserApi.js",
"all/common.js",
"all/util.js",
"background/cookieUtil.js",
"background/common.js",
"background/jquery-3.6.0.min.js",
"background/jquery.signalR-2.4.3.min.js",
"background/background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"all/brand-common.js",
"all/brand-firefox.js",
"content/brand-common.js",
"all/commonBrowserApi.js",
"content/locale/en.js",
"content/brand-firefox.js",
"all/crossover.js",
"all/common.js",
"all/firefox-common.js",
"all/crossBackground.js",
"all/util.js",
"content/common.js",
"content/toast.js",
"content/messagebox.js",
"content/capture-share.js",
"content/centrify-start.js"
],
"all_frames": true,
"run_at": "document_start"
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content/centrify-end.js",
"content/formfill.js"
],
"all_frames": true,
"run_at": "document_end"
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"v2/content/content.js",
"bridge/content2webpack.js",
"content/centrify-idle.js"
],
"css": [
"content/style-idle.css"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"homepage_url": "https://www.cyberark.com",
"options_ui": {
"page": "options/options.html",
"browser_style": true,
"open_in_tab": true
},
"permissions": [
"http://*/*",
"https://*/*",
"webRequest",
"webRequestBlocking",
"cookies",
"storage",
"tabs",
"menus",
"scripting",
"clipboardWrite"
],
"browser_action": {
"default_icon": {
"19": "icons/19disabled.png",
"38": "icons/38disabled.png"
},
"default_popup": "popover/popover.html",
"browser_style": true
},
"web_accessible_resources": [
"all/fonts/fa-regular-400.woff2",
"all/fonts/fa-solid-900.woff2",
"all/fonts/open-sans.css",
"all/fonts/Open-Sans/open-sans-300.woff2",
"all/fonts/Open-Sans/open-sans-400.woff2",
"all/fonts/Open-Sans/open-sans-600.woff2",
"all/fonts/Open-Sans/open-sans-700.woff2",
"all/fonts/Open-Sans/open-sans-800.woff2",
"content/style-idle.css",
"popover/images/copy-password-icon.svg",
"popover/images/refresh.svg"
]
}