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__",
"default_locale": "en",
"version": "1.2.3",
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"host_permissions": [
"*:\/\/*.aliexpress.com\/*"
],
"action": {
"default_icon": "images\/icon-128x.png",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "images\/icon-16x.png",
"48": "images\/icon-48x.png",
"128": "images\/icon-128x.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*"
],
"css": [
"css\/style.css"
],
"js": [
"js\/jquery-2.2.4.js",
"js\/script.js"
],
"run_at": "document_end"
}
]
}