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", "name": "MathLeaf for OverLeaf", "short_name": "MathLeaf", "version": "0.7.8", "version_name": "rc7.8", "description": "An enhanced math palette for OverLeaf editor | \u4e3a OverLeaf \u8bbe\u8ba1\u7684\u589e\u5f3a\u578b LaTeX \u6570\u5b66\u7f16\u8f91\u9762\u677f", "author": { "email": "[email protected]" }, "icons": { "128": "images\/mathleaf.png" }, "manifest_version": 3, "default_locale": "en", "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/mathleaf.png" }, "permissions": [ "storage" ], "content_scripts": [ { "css": [ "common\/layui.min.css", "content\/content.css" ], "js": [ "common\/settings.js", "common\/utils.js", "common\/tex-svg.min.js", "content\/formula_editor.min.js", "content\/ml_dom.js", "content\/pinyin.js", "content\/search.js", "content\/content.js", "content\/guide.js", "common\/layui.min.js" ], "matches": [ "https:\/\/*.overleaf.com\/project\/*" ], "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'" } } ], "web_accessible_resources": [ { "resources": [ "videos\/guide-video-*.webm", "images\/*", "font\/*" ], "matches": [ "https:\/\/*.overleaf.com\/*" ] } ] }