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": "AliExpress Dropshipping Center",
"version": "1.1",
"description": "A very simple extension to access the AliExpress Dropshipping Center in one click.",
"action": {
"default_icon": {
"48": "icon.png"
}
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*"
],
"js": [
"background.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "icon.png"
}
}