Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple JSON Checker",
"version": "1.0.1",
"description": "Format, validate, and edit JSON easily in Chrome\u2019s side panel. A simple and powerful tool for developers.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Click to open"
},
"side_panel": {
"default_path": "index.html"
},
"permissions": [
"sidePanel",
"storage",
"clipboardWrite"
]
}