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",
"name": "Delinea Web Password Filler",
"version": "3.11.9",
"manifest_version": 3,
"short_name": "Delinea Web Password Filler",
"author": "Delinea Inc",
"description": "Access Platform and Secret Server managed credentials directly from your browser.",
"icons": {
"16": "icons\/16-icon-active.png",
"19": "icons\/19-icon-active.png",
"48": "icons\/48-icon-active.png",
"128": "icons\/128-icon-active.png"
},
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/16-icon-inactive.png",
"19": "icons\/19-icon-inactive.png",
"48": "icons\/48-icon-inactive.png",
"128": "icons\/128-icon-inactive.png"
},
"default_title": "Delinea Web Password Filler",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": [
"alarms",
"contextMenus",
"storage",
"tabs",
"activeTab",
"webRequest",
"webNavigation",
"cookies",
"offscreen",
"nativeMessaging",
"browsingData",
"clipboardWrite"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"*.css",
"*.ttf",
"fonts\/*",
"images\/*",
"confirm-switch-ss.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; style-src 'self' data: 'unsafe-inline'; object-src 'self'; frame-src 'self'; font-src 'self'; media-src * data: blob: filesystem:;"
}
}