Skip to content

Commit 2fa2de4

Browse files
committed
upload dist
1 parent 6974b1c commit 2fa2de4

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Elegant JSON Editor
2+
3+
## Install
4+
5+
### Firefox
6+
7+
[Go to https://addons.mozilla.org](https://addons.mozilla.org/zh-CN/firefox/addon/elegant-json-editor/)
8+
9+
### Chrome
10+
11+

dist/JSON-Editor-Extension.crx

288 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" >
5-
<title>Tiny JSON Editor</title>
5+
<title>Elegant JSON Editor</title>
66
<link href="editor/jsoneditor.css" rel="stylesheet" type="text/css" >
77
<link rel="shortcut icon" href="./icons/32.png" >
88
<style>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Elegant JSON Editor",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Elegant JSON Editor.",
66
"homepage_url": "https://github.com/webpatch/JSON-Editor-Extension",
77
"icons": {

0 commit comments

Comments
 (0)