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": "Formula to LaTeX: Convert Images to Code", "description": "Convert any formula from images or screenshots into LaTeX code instantly, we supports math, physics, chemistry, and more.", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "version": "1.2", "manifest_version": 3, "action": { "default_popup": "\/popup\/popup.html", "default_icon": "\/images\/icon.png" }, "host_permissions": [ "http:\/\/localhost:8187\/v1\/*", "https:\/\/formulatolatex.com\/v1\/*" ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }