Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Applications Manager Web Transaction Recorder

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "name": "Applications Manager Web Transaction Recorder",
  "short_name": "Applications Manager RBM Recorder",
  "description": "Applications Manager Web Transaction Recorder",
  "version": "1.1.8",
  "version_name": "1.1.8",
  "author": "Monisha V",
  "homepage_url": "https://www.manageengine.com/products/applications_manager/",
  "browser_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"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "contextMenus",
    "downloads",
    "webNavigation",
    "webRequestBlocking",
    "storage",
    "debugger",
    "background",
    "cookies",
    "browsingData",
    "<all_urls>"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "incognito": "spanning",
  "web_accessible_resources": [
    "icons/rbm-window.png",
    "source/prompt.js",
    "source/indicator.js",
    "source/highlight.css",
    "bootstrap.html",
    "indicator.html",
    "source/index.html"
  ],
  "content_security_policy": "script-src 'self' 'sha256-6FXKxuRWuxqYNwfm8dfn09ksBLEcbH9yKX6yELna65E=' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "source/vendor/global.js",
        "source/vendor/selenium-browserdetect.js",
        "source/atoms.js",
        "source/polyfills.js",
        "source/escape.js",
        "source/playback.js",
        "source/record.js"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "source/background.js"
    ]
  }
}