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,
"default_locale": "en",
"name": "__MSG_appName__",
"version": "1.5.0",
"description": "__MSG_appDesc__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/chat\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/grok.com\/*",
"https:\/\/grok.x.ai\/*",
"https:\/\/x.ai\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/perplexity.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/chat.qwen.ai\/*",
"https:\/\/chat.qwenlm.ai\/*"
],
"css": [
"styles.css"
],
"js": [
"libs\/turndown.js",
"libs\/turndown-plugin-gfm.js",
"libs\/marked.min.js",
"libs\/html2pdf.bundle.min.js",
"libs\/jspdf.umd.min.js",
"siteConfig.js",
"mindmap.js",
"content.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"libs\/*.js",
"libs\/*.css"
],
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/grok.com\/*",
"https:\/\/grok.x.ai\/*",
"https:\/\/x.ai\/*",
"https:\/\/chat.deepseek.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/perplexity.ai\/*",
"https:\/\/chat.qwen.ai\/*",
"https:\/\/chat.qwenlm.ai\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}