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": "JSON Viewer", "homepage_url": "https:\/\/timleland.com\/json-viewer-extension", "description": "Makes JSON response easy to read.", "version": "2.0.0", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "vendor\/jquery-3.3.1.min.js", "vendor\/json-viewer\/jquery.json-viewer.js", "js\/main.js" ], "css": [ "vendor\/json-viewer\/jquery.json-viewer.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }