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_name__", "description": "__MSG_description__", "version": "1.0.1", "default_locale": "es", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "omnibox": { "keyword": "gp" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/*.wikipedia.org\/*" ], "js": [ "lib\/sweetalert2.all.min.js", "lib\/html2canvas.min.js", "pages\/chats.js", "pages\/tool\/chatgpt_bulk_delete.js", "pages\/tool\/equations.js", "pages\/tool\/alertaviso.js", "pages\/tool\/prompts.js", "lib\/index.js" ], "css": [ "css\/sweetalert2.min.css", "css\/dark.css", "css\/equations.css", "css\/styles.css", "css\/prompts.css", "css\/tab.css" ] }, { "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/www.perplexity.ai\/*", "https:\/\/poe.com\/*" ], "run_at": "document_end", "js": [ "lib\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.css", "*.js", "*.jpg", "*.JPG", "*.PNG", "*.png", "lib\/chatgpt.js", "lib\/dom.js", "lib\/settings.js", "pages\/tool\/panelPrompts.js", "fonts\/*.ttf" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "storage", "activeTab", "declarativeContent", "scripting" ], "host_permissions": [ "*:\/\/*.chatgpt.com\/*", "*:\/\/*.wikipedia.org\/*", "*:\/\/www.perplexity.ai\/*", "*:\/\/poe.com\/*", "*:\/\/cdnjs.cloudflare.com\/*" ] }