diff --git a/README.md b/README.md index 11b5afd..1cb460c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -jsdiff +![jsdiff](./src/img/panel-icon64.png) --- Chrome devtools extension intended to display result of in-memory object comparisons with the help of dedicated commands invoked via console. +[find at chrome web-store](https://chrome.google.com/webstore/detail/jsdiff-devtool/iefeamoljhdcpigpnpggeiiabpnpgonb) + Example === ```javascript @@ -22,4 +24,5 @@ that will shift objects from right to left, showing differences with previous pu Based on === -[jsondiffpatch](https://github.com/benjamine/jsondiffpatch) by benjamine +- [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) by Benjamín Eidelman +- [vuejs](https://github.com/vuejs) by Evan You diff --git a/doc/screenshot-00.png b/doc/screenshot-00.png index 3eeb286..f1ad558 100644 Binary files a/doc/screenshot-00.png and b/doc/screenshot-00.png differ diff --git a/doc/screenshot-01.png b/doc/screenshot-01.png index 0c43b25..0a2a085 100644 Binary files a/doc/screenshot-01.png and b/doc/screenshot-01.png differ diff --git a/src/img/panel-icon64.png b/src/img/panel-icon64.png new file mode 100644 index 0000000..da23042 Binary files /dev/null and b/src/img/panel-icon64.png differ