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",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"description": "makes it simple to read JSON Code for browser",
"homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/08\/JSONFormatter.html",
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"icons": {
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
},
"manifest_version": 3,
"name": "JSON Formatter & Beautifier",
"permissions": [
"storage"
],
"version": "1.2"
}