Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatPDF - ChatGPT for PDF", "default_locale": "en", "version": "1.05", "description": "__MSG_appDesc__", "permissions": [ "sidePanel", "storage" ], "host_permissions": [ "https:\/\/qfjcjtsklspbzxszcwmf.supabase.co\/*" ], "side_panel": { "default_path": "sidebar\/sidebar.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [], "icons": { "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png" }, "web_accessible_resources": [ { "resources": [ "pdf.js", "pdf.worker.js", "lib\/*", "fonts\/*", "Upload.svg", "Back.svg", "Delete.svg", "Send.svg", "Copy.svg", "Confirm.svg", "Anim1.json", "Anim2.json", "Loader.json", "Congrat.png" ], "matches": [ "chrome-extension:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'" } }