QMetry Test Management Exploratory Testing

QMetry Test Management Exploratory Testing

Test while you Explore. Save efforts with Automated documentation. Report Bugs with screenshots and reduce streamline communication

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "QMetry Test Management Exploratory Testing",
  "description": "Test while you Explore. Save efforts with Automated documentation. Report Bugs with screen shots and reduce streamline communication",
  "short_name": "QMetry Test Management Exploratory Testing",
  "version": "1.0.9",
  "default_locale": "en",
  "icons": {
    "16": "img/logo_16.png",
    "48": "img/logo_48.png",
    "128": "img/logo.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "QMetry Test Management Exploratory Testing",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "http://*/*/",
    "https://*/*/",
    "<all_urls>",
    "tabs",
    "storage",
    "contextMenus",
    "*://*/*/",
    "management",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*",
        "*://*.mozilla.org/*"
      ],
      "run_at": "document_start",
      "js": [
        "content scripts/Shared/communicator.js",
        "content scripts/Shared/utility.js",
        "content scripts/Shared/DOMNodeProperties.js",
        "content scripts/Recorder/bindListeners.js",
        "content scripts/Recorder/removeListeners.js",
        "content scripts/Recorder/recorder.js",
        "content scripts/Player/DOMElementFinder.js",
        "content scripts/Player/eventInject.js",
        "content scripts/Player/player.js",
        "content scripts/Shared/consoleLog.js"
      ],
      "all_frames": false
    }
  ],
  "background": {
    "page": "background/background.html"
  },
  "web_accessible_resources": [
    "options/logDefect.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6931ee1-fe48-4917-8875-4d7ffe78c339}"
    }
  }
}