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 Calculator",
"short_name": "profit Calculator",
"description": "Dropshipping Price Calculator helps you to find out the profit and selling price of aliexpress,amazon,ebay product including taxes.",
"version": "1.5",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_title": "Aliexpress,ebay,amazon Dropshipping profit calculator"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"style\/style.css"
],
"js": [
"scripts\/jquery.min.js",
"scripts\/popup.js",
"background.js"
]
}
]
}