Skip to content

Commit efacf2c

Browse files
authored
Merge pull request #144 from discotroll65/master
Make clear in description this plugin is Open Source
2 parents 66bc91d + 1616c33 commit efacf2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.17.0",
44
"manifest_version": 2,
55
"author": "Tulio Ornelas <[email protected]>",
6-
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen",
6+
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",
77
"homepage_url": "https://github.com/tulios/json-viewer",
88
"minimum_chrome_version": "21",
99
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json_viewer",
3-
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen",
3+
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer",
44
"author": "Tulio Ornelas <[email protected]>",
55
"license": "MIT",
66
"repository": "https://github.com/tulios/json-viewer",

0 commit comments

Comments
 (0)