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.
1 parent d667ad3 commit 62428cbCopy full SHA for 62428cb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+JSONView 2.3.0
2
+---
3
+* Switch to a dark theme when your system is set to dark mode.
4
+
5
JSONView 2.2.1
6
---
7
* Escape single quotes in generated HTML.
package.json
@@ -1,6 +1,6 @@
{
"id": "jsonview@brh.numbera.com",
- "version": "2.2.1",
+ "version": "2.3.0",
"name": "jsonview",
"title": "JSONView",
"description": "View JSON documents in the browser.",
src/manifest.json
@@ -1,7 +1,7 @@
"manifest_version": 2,
"name": "JSONView",
"description": "__MSG_extensionDescription__",
"author": "Benjamin Hollis",
"homepage_url": "https://jsonview.com/",
0 commit comments