Examine source code of Newgen Web Recorder

Inspect and view changes in Newgen Web Recorder 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
{
  "description": "Newgen web recorder is an extension to Newgen RPA suite",
  "manifest_version": 2,
  "name": "Newgen Web Recorder",
  "version": "3.17.6",
  "version_name": "3.17.6",
  "homepage_url": "https://newgensoft.com/products/business-process-management/",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_menu16.png",
      "32": "icons/icon_menu32.png",
      "64": "icons/icon_menu64.png"
    },
    "default_title": "Newgen IDE"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "downloads",
    "webNavigation",
    "storage",
    "debugger",
    "<all_urls>"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "web_accessible_resources": [
    "icons/icon128.png",
    "icons/icon_light128.png",
    "assets/prompt.js",
    "assets/indicator.js",
    "assets/highlight.css",
    "bootstrap.html",
    "indicator.html"
  ],
  "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr/yyMqtgXcU=' 'sha256-4cgtnhJWZr038A2+gTGcUgQL2QsJao6c0AiTxYYo6c8=' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "assets/vendor/global.js",
        "assets/vendor/selenium-browserdetect.js",
        "assets/atoms.js",
        "assets/polyfills.js",
        "assets/escape.js",
        "assets/playback.js",
        "assets/record.js",
        "content_script.js"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "155992928d924b8041c7135a5fba8b366430297e@temporary-addon",
      "strict_min_version": "42.0"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}