QA Wizard Pro Chrome Capture

QA Wizard Pro Chrome Capture

QA Wizard Pro JavaScript capture module. Used for capturing Chrome elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QA Wizard Pro Chrome Capture",
  "version": "1.1.7",
  "manifest_version": 2,
  "description": "QA Wizard Pro JavaScript capture module.  Used for capturing Chrome elements.",
  "icons": {
    "48": "icon48.png"
  },
  "background": {
    "page": "QAWChromeCapture.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "QAWJSCaptureConfig.js",
        "QAWJSCapture.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "history",
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ]
}