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": "Markdown Editor", "version": "1.0", "description": "Edit Markdown with a rich toolbar, real-time preview, and platform support for HackerOne and Bugcrowd. Dark theme with Inter font.", "permissions": [ "downloads", "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "markdown_editor.html", "css\/markdown_editor.css", "css\/popup.css", "css\/prism.css", "js\/markdown_editor.js", "js\/popup.js", "js\/marked.min.js", "js\/prism.js", "fonts\/Inter-Regular.woff2", "fonts\/Inter-Bold.woff2", "fonts\/Inter-SemiBold.woff2" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'" } }