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__",
"default_locale": "en",
"description": "__MSG_appDescription__",
"version": "0.5.1",
"permissions": [
"storage",
"cookies",
"tabs",
"activeTab"
],
"host_permissions": [
"*:\/\/*.orcai.dev\/*"
],
"icons": {
"16": "img\/lapro-icon.png",
"48": "img\/lapro-icon.png",
"128": "img\/lapro-icon.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/lapro-icon.png",
"48": "img\/lapro-icon.png",
"128": "img\/lapro-icon.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"libs\/select2.min.css"
],
"js": [
"libs\/jquery.min.js",
"libs\/select2.min.js",
"\/common.js"
]
},
{
"matches": [
"https:\/\/www.temu.com\/*"
],
"js": [
"\/temu.js"
]
},
{
"matches": [
"https:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.ca\/*",
"https:\/\/www.amazon.co.uk\/*",
"https:\/\/www.amazon.co.jp\/*",
"https:\/\/www.amazon.de\/*",
"https:\/\/www.amazon.fr\/*",
"https:\/\/www.amazon.es\/*",
"https:\/\/www.amazon.it\/*",
"https:\/\/www.amazon.com.mx\/*",
"https:\/\/www.amazon.ae\/*",
"https:\/\/www.amazon.sg\/*"
],
"js": [
"\/amazon.js"
]
},
{
"matches": [
"https:\/\/www.aliexpress.us\/*"
],
"js": [
"\/aliexpress.js"
]
},
{
"matches": [
"https:\/\/*.tiktok.com\/*"
],
"js": [
"\/tiktok_shop.js"
]
},
{
"matches": [
"https:\/\/www.dhgate.com\/*"
],
"js": [
"\/dhgate.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"\/shopify.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/www.aliexpress.us\/*"
]
},
{
"resources": [
"img\/loading.gif",
"img\/logo.png",
"libs\/jquery.min.js",
"libs\/select2.min.js",
"libs\/select2.min.css",
"aichat.html"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options.html"
}