PEGA - XPath Builder

PEGA - XPath Builder

Customized PEGA development tool to edit, inspect and generate XPath and CSS selectors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "complanboy2",
  "background": {
    "persistent": false,
    "scripts": [
      "extension/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo.png"
  },
  "content_scripts": [
    {
      "css": [
        "content-script/contentScript.css"
      ],
      "js": [
        "3rdparty/jquery.min.js",
        "content-script/contentScript.js",
        "3rdparty/linked-hash-map.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Customized PEGA development tool to edit, inspect and generate XPath and CSS selectors.",
  "devtools_page": "devtools-panel/devtools.html",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "PEGA - XPath Builder",
  "options_page": "options.html",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.0"
}