mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Trade Message Center",
|
|
"version": "0.5.0",
|
|
"description": "Sync authorized Alibaba, Made in China, and Global Sources conversations to TradeBridge.",
|
|
"icons": {
|
|
"16": "icons/icon-16.png",
|
|
"32": "icons/icon-32.png",
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
},
|
|
"permissions": ["activeTab"],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://onetalk.alibaba.com/*"],
|
|
"js": ["onetalk/main-page/page-script.js"],
|
|
"run_at": "document_start",
|
|
"world": "MAIN"
|
|
}
|
|
],
|
|
"action": {
|
|
"default_icon": {
|
|
"16": "icons/icon-16.png",
|
|
"32": "icons/icon-32.png",
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"default_popup": "popup/popup.html"
|
|
}
|
|
}
|