LWC ShadowPath Generator

LWC ShadowPath Generator

Generates JS selector path for LWC Synthetic ShadowDOMs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LWC ShadowPath Generator",
  "version": "1.3",
  "description": "Generates JS selector path for LWC Synthetic ShadowDOMs.",
  "devtools_page": "devtools.html",
  "icons": {
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-16.png"
  },
  "manifest_version": 2
}