mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/1688-chrome-extension.git
synced 2026-08-19 04:14:07 +00:00
24 lines
475 B
JSON
24 lines
475 B
JSON
|
|
{
|
|
"manifest_version": 3,
|
|
"name": "Pay with cief",
|
|
"version": "1.0",
|
|
"description": "A Chrome extension that allows customers to pay with cief on the 1688.com checkout page.",
|
|
"permissions": [
|
|
"activeTab",
|
|
"tabs",
|
|
"nativeMessaging",
|
|
"scripting",
|
|
"notifications"
|
|
|
|
],
|
|
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
|
|
"host_permissions": [
|
|
"https://1688.com/",
|
|
"https://shopkager.com/"
|
|
]
|
|
} |