Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jun 16, 2024
1 parent aaaf1e1 commit c208220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## JSONView 3.0.0

- JSONView is now compatible with Manifest V3 in Chrome-based browsers.
- The JSON object is *no longer available* from the console via the global "data" property in Chrome, due to Manifest V3 changes.
- JSONView is now compatible with Manifest V3, which is required in Chrome.
- The JSON object is _no longer available_ from the console via the global "data" property in Chrome, due to Manifest V3 changes.
- Fixed JSONView in Edge, where it was conflicting with Edge's new built-in JSON viewer. If you like Edge's default viewer you can uninstall JSONView.
- Fixed detection of "bare" object keys to more reliably follow what a JavaScript object literal would allow.

## JSONView 2.6.1

Expand Down

0 comments on commit c208220

Please sign in to comment.