diff --git a/extension/manifest.json b/extension/manifest.json index 64726ed3..fa10d366 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -3,7 +3,7 @@ "version": "0.17.0", "manifest_version": 2, "author": "Tulio Ornelas ", - "description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen", + "description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer", "homepage_url": "https://github.com/tulios/json-viewer", "minimum_chrome_version": "21", "icons": { diff --git a/package.json b/package.json index 7d611234..83bac482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json_viewer", - "description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen", + "description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://github.com/tulios/json-viewer", "author": "Tulio Ornelas ", "license": "MIT", "repository": "https://github.com/tulios/json-viewer",