Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "XPathify", "description": "Instantly test and evaluate XPath expressions directly on web pages.", "version": "1.0.10", "icons": { "128": "icons\/icon.png" }, "action": { "default_title": "XPathify" }, "side_panel": { "default_path": "src\/side-panel\/side-panel.html" }, "permissions": [ "sidePanel", "scripting", "webNavigation" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/ContentScript.ts-loader-lROKJ6gg.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "context_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/xpath-match-CInVbb-S.js", "assets\/highlight-target-Cb6Yrpmv.js", "assets\/ContentScript.ts-BfOWLnsa.js" ], "use_dynamic_url": false } ] }