XPathMax - XPath Generator

XPathMax - XPath Generator

XPath Generator by SchemaApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "homepage_url": "https://www.schemaapp.com/?referrer=XPath-Extension",
  "description": "XPath Generator by SchemaApp",
  "default_locale": "en",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/content-script.8e52893d.css"
      ]
    }
  ],
  "version": "1.0.4",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}