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": "OCR AI - Your Image to Text Converter", "version": "1.0.2", "description": "A Chrome plugin to crop images from webpages, send to a backend for OCR, and displa,y results seamlessly.", "permissions": [ "storage", "activeTab", "scripting", "sidePanel", "identity", "identity.email" ], "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "side_panel": { "default_path": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "<all_urls>" ] } ] }