Inspect and view changes in Easy Import source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Easy Import",
"version": "1.1.3",
"description": "Import products into your Shopify store quickly and easy",
"author": "Sibantu Tech <easy-import@sibantu.com>",
"manifest_version": 2,
"minimum_chrome_version": "35",
"icons": {
"16": "assets/images/logo16.png",
"48": "assets/images/logo48.png",
"128": "assets/images/logo128.png"
},
"permissions": [
"declarativeContent",
"activeTab",
"storage"
],
"content_scripts": [],
"page_action": {
"default_icon": {
"16": "assets/images/logo16.png",
"48": "assets/images/logo48.png",
"128": "assets/images/logo128.png"
},
"default_title": "Easy import products into your Shopify store",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"*://*.sibantu.com/*",
"https://*.aliexpress.com/item/*",
"https://detail.1688.com/offer/*",
"https://detail.tmall.com/item.htm*"
]
},
"homepage_url": "https://easy-import.sibantu.com/",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; frame-ancestors https://*.myshopify.com"
}