KittenProperties Xpath picker tool

KittenProperties Xpath picker tool

KittenProperties Xpath Picker is a browser extension designed for the Microsoft Edge web browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "0.1.0",
  "short_name": "React App",
  "name": "KittenProperties Xpath picker tool",
  "description": "KittenProperties Xpath Picker is a browser extension designed for the Microsoft Edge web browser",
  "action": {
    "default_title": "CRE",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}