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": "QuickVision: ChatGPT Vision with Screenshots", "version": "1.0.2", "permissions": [ "tabs", "activeTab", "storage", "scripting", "clipboardWrite" ], "host_permissions": [ "*:\/\/*.openai.com\/*" ], "action": { "default_popup": "popup.html" }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "icons": { "128": "icons\/quickvision_logo_favicon-min.png" } }