Chrome Web Store Materials
Use these links when publishing JSON Workbench to the Chrome Web Store.
Links
- GitHub Repo: https://github.com/holynova/json-workbench-extension
- GitHub Pages: https://holynova.github.io/json-workbench-extension/
- Privacy Policy: https://holynova.github.io/json-workbench-extension/privacy.html
Short Description
Repair JSON and generate Schema, TypeScript, Zod, Pydantic, and mock data locally.
Permission Justifications
sidePanel: Provides the main JSON Workbench interface beside the current page. contextMenus: Adds "Fix selected JSON" for user-selected text. storage: Stores local settings, selected-text handoff, and local history metadata. clipboardRead: Reads clipboard text only after the user clicks Paste.