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": "ChatGPT Direction Fix", "version": "1.1", "description": "Simple fix for KaTeX and code LTR rendering in RTL pages", "author": "Ofek Avan Danan", "homepage_url": "https:\/\/github.com\/OfekAvanDanan", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/chatgpt.com\/*", "*:\/\/gemini.google.com\/*", "*:\/\/claude.ai\/*" ], "css": [ "styles.css" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } } }