Inspect and view changes in Ivanti Browser Redirector source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"applications": {
"gecko": {
"id": "ivantiBrowserRedirector@avanite.com"
}
},
"icons": {
"16": "browman_16.png",
"48": "browman_48.png",
"128": "browman_128.png"
},
"manifest_version": 2,
"name": "Ivanti Browser Redirector Extension",
"version": "4.7",
"description": "Ivanti Extension to interact with Browser Management.",
"permissions": [
"webRequest",
"webRequestBlocking",
"notifications",
"webNavigation",
"tabs",
"<all_urls>",
"nativeMessaging"
],
"background": {
"scripts": [
"browserRedirector.js"
]
}
}