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", "icons": { "16": "icons\/edn16.png", "48": "icons\/edn48.png", "128": "icons\/edn128.png" }, "manifest_version": 3, "name": "EDN JSON Converter", "version": "1.0", "description": "Convert between EDN and JSON formats", "action": { "default_popup": "popup.html" }, "permissions": [ "clipboardWrite" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "\/lib\/*" ], "matches": [ "<all_urls>" ] } ] }