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": "Delinea Credential Manager",
"version": "1.3.0.9570",
"description": "Delinea Credential Manager is a powerful password manager extension that integrates seamlessly with Delinea's Secret Server.",
"background": {
"service_worker": "src\/entries\/background\/index.js",
"type": "module"
},
"storage": {
"managed_schema": "schema.json"
},
"action": {
"default_popup": "src\/entries\/popup\/index.html",
"default_icon": "48-icon-inactive.png"
},
"icons": {
"16": "16-icon-active.png",
"48": "48-icon-active.png",
"128": "128-icon-inactive.png"
},
"permissions": [
"activeTab",
"alarms",
"contextMenus",
"cookies",
"storage",
"tabs",
"offscreen",
"nativeMessaging"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/entries\/content\/index.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"48-icon-active-input.png",
"48-icon-active.png",
"48-icon-inactive.png",
"128-icon-active.png",
"128-icon-inactive.png",
"src\/entries\/content\/styles.css",
"favicon-recording.svg"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}