Last active
July 29, 2023 16:52
-
-
Save rofe/9170d068a7b3ab727a8745774e430aca to your computer and use it in GitHub Desktop.
sidekick custom view: config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"specialViews": [{ | |
"title": "Better JSON Viewer", | |
"path": "**.json", | |
"viewer": "/tools/sidekick/better-json-viewer/index.html" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment