Skip to content

3.0.0

Compare
Choose a tag to compare
@bhollis bhollis released this 18 Jun 17:56
· 6 commits to master since this release
bf7a463
  • 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.