mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/1688-chrome-extension.git
synced 2026-08-19 04:14:07 +00:00
1688 chrome extension
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
{
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user