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": "Endpoint Data Loss Prevention Plus",
"description": "Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus",
"manifest_version": 3,
"version": "1.0.6",
"background": {
"service_worker": "js\/service-worker.js"
},
"permissions": [
"tabs",
"nativeMessaging",
"downloads"
],
"icons": {
"16": "icon-dlp-16.png",
"48": "icon-dlp-48.png",
"128": "icon-dlp-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/constants.js",
"js\/content-script.js"
],
"match_about_blank": true
}
]
}