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__",
"description": "__MSG_appDesc__",
"version": "1.0.1",
"icons": {
"16": "icon\/icon-16.png",
"32": "icon\/icon-32.png",
"48": "icon\/icon-48.png",
"96": "icon\/icon-96.png",
"128": "icon\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"downloads",
"debugger"
],
"host_permissions": [
"https:\/\/chat.qwen.ai\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Qwen to PDF - Export Chat History",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.qwen.ai\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}