CssXpath Finder

CssXpath Finder

The best CSS & Xpath finder for your web automation!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CssXpath Finder",
  "description": "The best CSS & Xpath finder for your web automation!",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_scripts": [
    {
      "js": [
        "app/src/content.js"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "/app/src/background.js",
    "type": "module"
  },
  "devtools_page": "devtools.html",
  "action": {
    "default_icon": {
      "16": "images/16.png",
      "24": "images/24.png",
      "32": "images/32.png"
    },
    "default_title": "CssXpath Finder!",
    "default_popup": "/popup/popup.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}