Inspect and view changes in DOM-JSON Tree Matcher source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "DOM-JSON Tree Matcher",
"version": "1.5",
"description": "The tool matches DOM-JSONs detecting available and deleted HTML elements.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"browser_action": {
"default_title": "DOM-JSON Tree Matcher",
"default_popup": "popup.html"
}
}