Skip to content

Commit 64bfea7

Browse files
author
Ryan P.C. McQuen
authored
Enable for offline use.
Closes #188.
1 parent 2e7088a commit 64bfea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "JSON Viewer",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"manifest_version": 2,
55
"author": "Tulio Ornelas <[email protected]>",
66
"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 @@
1717
"pages/options.html",
1818
"pages/omnibox.html"
1919
],
20+
"offline_enabled": true,
2021
"omnibox": { "keyword" : "json-viewer" },
2122
"options_page": "pages/options.html",
2223
"content_scripts": [

0 commit comments

Comments
 (0)