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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.2.14", "permissions": [ "contextMenus", "sidePanel", "activeTab", "storage", "downloads" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "side_panel": { "default_path": "pages\/sidepanel\/sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "tessdata\/eng.traineddata.gz", "tesseract\/*.js", "pages\/sidepanel\/sidepanel.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "script-src": "'self' 'wasm-eval' 'unsafe-eval';", "object-src": "'self';", "extension_pages": "script-src 'self' 'wasm-unsafe-eval'" }, "homepage_url": "https:\/\/ocr-image-to-text.pdfwork.com", "icons": { "128": "images\/icon128.png" }, "default_locale": "en" }