Testing Whiz Recorder Addon Firefox

Examine source code of Testing Whiz Recorder Addon

Inspect and view changes in Testing Whiz Recorder Addon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Testing Whiz",
  "description": "A functional test automation companion for software quality engineers",
  "version": "3",
  "icons": {
    "128": "whiz.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "TwizTention"
  },
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "background.js",
      "contextMenu.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://localhost/*"
      ],
      "js": [
        "engine.js",
        "listener.js",
        "jquery-3.2.1.min.js",
        "WelcomePage.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.html",
    "*.js"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "webNavigation",
    "<all_urls>",
    "contextMenus",
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2a7f4258-1bec-43a2-93be-a72bcd396ff4}"
    }
  }
}

Best Testing Whiz Recorder Addon Alternatives

Here are some Firefox add-ons that are similar to Testing Whiz Recorder Addon: