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": "Applications Manager Web Transaction Recorder",
"description": "Applications Manager Web Transaction Recorder",
"version": "2.0.2",
"author": "Rajeshkumar S",
"homepage_url": "https:\/\/www.manageengine.com\/products\/applications_manager\/",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"webNavigation",
"contextMenus",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"http:\/\/*\/",
"https:\/\/*\/"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icons\/rbm-icon-16.png",
"48": "icons\/rbm-icon-48.png",
"128": "icons\/rbm-icon-128.png"
},
"default_title": "Applications Manager Web Transaction Recorder"
},
"icons": {
"16": "icons\/rbm-icon-16.png",
"48": "icons\/rbm-icon-48.png",
"128": "icons\/rbm-icon-128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"source\/index.html",
"source\/index1.html",
"homepage.html",
"content.js",
"locationBuilder.js",
"icons\/rbm-icon-16.png",
"icons\/rbm-icon-48.png",
"icons\/rbm-icon-128.png",
"incognito.html",
"incognito.gif"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"incognito": "spanning"
}