Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "default_locale": "en", "author": "Curly Doggo Limited", "homepage_url": "https:\/\/curlydoggo.com\/json-viewer", "version": "1.0.0", "icons": { "128": "images\/icon.png" }, "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.bundle.js" ], "all_frames": true, "run_at": "document_start" } ], "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "jsonViewer.bundle.js" ], "matches": [ "<all_urls>" ] } ] }