Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "JSON Formatter", "version": "1.1", "description": "Format JSON with syntax highlighting, line numbers, and full-size mode. Sleek dark theme and intuitive interface.", "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'" }, "web_accessible_resources": [ { "resources": [ "json_formatter.html", "css\/json_formatter.css", "css\/popup.css", "css\/prism.css", "js\/json_formatter.js", "js\/popup.js", "js\/prism.js", "fonts\/Inter-Regular.woff2", "fonts\/Inter-Bold.woff2", "fonts\/Inter-SemiBold.woff2" ], "matches": [ "<all_urls>" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }