Examine source code of JSAutomate

Inspect and view changes in JSAutomate 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
{
  "manifest_version": 2,
  "name": "JSAutomate",
  "version": "2.0.3",
  "description": "Development Tool - Monitoring and QA Browser Automation.",
  "author": "Glen Giancola",
  "icons": {
    "48": "logo.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "exclude_matches": [
        "https://www.jsavisual.com/*",
        "http://localhost/*"
      ],
      "matches": [
        "*://*/*"
      ],
      "js": [
        "html2canvas.js",
        "jquery-3.4.1.min.js",
        "bililiteRange.js",
        "jquerysendkeysjs.js",
        "jsa-receiver-2.0.3-min.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}