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_appDescription__",
"default_locale": "en",
"version": "4.4.1",
"action": {
"default_icon": "assets\/logo.png",
"default_title": "SellingPilot - Your AI-powered assistant for e-commerce."
},
"icons": {
"16": "assets\/logo\/16.png",
"48": "assets\/logo\/48.png",
"128": "assets\/logo\/128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"js\/*"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/outlook.office.com\/*",
"*:\/\/outlook.office365.com\/*",
"*:\/\/mail.google.com\/*",
"*:\/\/seller.walmart.com\/*",
"*:\/\/hw.mail.163.com\/*",
"*:\/\/mail.163.com\/*",
"*:\/\/mail.qq.com\/*",
"*:\/\/hw.mail.126.com\/*",
"*:\/\/mail.126.com\/*",
"*:\/\/mesg.ebay.com\/*",
"*:\/\/sellercentral.amazon.com\/*",
"*:\/\/outlook.live.com\/*",
"*:\/\/www.amazon.com\/*",
"*:\/\/www.newegg.com\/*",
"*:\/\/www.newegg.ca\/*",
"*:\/\/www.neweggbusiness.com\/*",
"*:\/\/www.ebay.com\/*",
"*:\/\/sellerportal.newegg.com\/*",
"*:\/\/mesg.ebay.com\/*",
"*:\/\/*.ebay.com.hk\/*",
"*:\/\/*.walmart.com\/*"
],
"css": [
"css\/injectSellingPilot.css"
],
"js": [
"js\/injectSellingPilot.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.tiktok.com\/*"
],
"css": [
"css\/injectSellingPilot.css",
"css\/injectTiktokCreator.css"
],
"js": [
"js\/injectSellingPilot.js",
"js\/injectTiktokCreator.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/affiliate-us.tiktok.com\/seller\/*"
],
"js": [
"js\/injectTiktokImHelper.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/service_worker.js"
},
"permissions": [
"tabs",
"scripting",
"activeTab",
"webRequest",
"storage"
],
"host_permissions": [
"*:\/\/*.sellingpilot.com\/",
"https:\/\/genesis-gdev.newegg.org\/48f198e1\/*",
"https:\/\/genesis-gdev.newegg.org\/d0c43b76\/*",
"https:\/\/sellingpilot.newegg.lt\/*",
"https:\/\/sellingpilot.newegg.qt\/*",
"https:\/\/affiliate-us.tiktok.com\/",
"https:\/\/sellerportal.newegg.com\/*",
"https:\/\/*.newegg.lt\/"
]
}