Skip to content

Commit

Permalink
update json-editor to 9.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalf committed Apr 20, 2022
1 parent 2adb865 commit 4159d79
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 fractalf
Copyright (c) 2022 fractalf

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
JSON Editor Extension

Based on [JSON Editor Online](https://github.com/josdejong/jsoneditor) v9.5.6
Based on [JSON Editor Online](https://github.com/josdejong/jsoneditor) v9.7.4

The minified files included in this extension are exact copies from cloudflare CDN:
* https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.7.4/jsoneditor.min.js
* https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.7.4/jsoneditor.min.css


Install it from the Mozilla add-ons here: https://addons.mozilla.org/en-US/firefox/addon/json-editor-ex/

Expand Down
Binary file removed img/icon.png~
Binary file not shown.
2 changes: 1 addition & 1 deletion jsoneditor.min.css

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions jsoneditor.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<div class="header">
<div class="content">
<a href="https://github.com/fractalf/json-editor-ex" target="_blank">JSON Editor Extension</a>
<a href="https://github.com/josdejong/jsoneditor" target="_blank">Based on JSON Editor Online v9.5.6</a>
<a href="https://github.com/fractalf/json-editor-ex" target="_blank">JSON Editor Extension v1.1</a>
<a href="https://github.com/josdejong/jsoneditor" target="_blank">Based on JSON Editor Online v9.7.4</a>
</div>
</div>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "JSON Editor Extension",
"version": "1.0",
"version": "1.1",
"description": "A JSON Editor Extension based on the amazing JSON Editor Online (https://github.com/josdejong/jsoneditor)",
"background": {
"scripts": ["main.js"]
Expand Down

0 comments on commit 4159d79

Please sign in to comment.