We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7088a + 64bfea7 commit f63c6aaCopy full SHA for f63c6aa
extension/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "JSON Viewer",
3
- "version": "0.18.0",
+ "version": "0.18.1",
4
"manifest_version": 2,
5
"author": "Tulio Ornelas <ornelas.tulio@gmail.com>",
6
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://goo.gl/fmphc7",
@@ -17,6 +17,7 @@
17
"pages/options.html",
18
"pages/omnibox.html"
19
],
20
+ "offline_enabled": true,
21
"omnibox": { "keyword" : "json-viewer" },
22
"options_page": "pages/options.html",
23
"content_scripts": [
0 commit comments