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_appName__", "version": "1.0.1", "description": "__MSG_shortDesc__", "default_locale": "en", "permissions": [ "activeTab", "storage", "scripting", "windows", "tabs", "sidePanel" ], "host_permissions": [ "https:\/\/api.openai.com\/*", "http:\/\/161.35.91.118:3000\/*" ], "optional_host_permissions": [ "file:\/\/*\/*" ], "action": { "default_title": "Chat PDF" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "sidepanel.html", "popup.js", "content.js", "background.js", "popup.css", "icons\/*", "assets\/*", "*.js", "*.css", "*.map", "*.ts", "*.json" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }