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",
"name": "Manage Multi-Store Extension - CuahangPOD.com",
"description": "Easily manage orders from multiple stores with our all-in-one system. Created by YTuong.me",
"version": "1.0.6",
"manifest_version": 3,
"icons": {
"32": "img\/logo-32.png",
"64": "img\/logo-64.png",
"128": "img\/logo-128.png",
"256": "img\/logo-256.png",
"512": "img\/logo-512.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-64.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-8c5deb8e.3335dab6.js"
],
"matches": [
"*:\/\/*.etsy.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.etsy.com\/*"
],
"resources": [
"img\/logo-32.png",
"img\/logo-64.png",
"img\/logo-128.png",
"img\/logo-256.png",
"img\/logo-512.png",
"inject.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.etsy.com\/*"
],
"resources": [
"assets\/chunk-ecdd37e0.js",
"assets\/chunk-8c5deb8e.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}