Relist from scratch, share in bulk. Just In: your day back!
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": "ClosetWitch | Poshmark Magic",
"description": "Relist from scratch, share in bulk. Just In: your day back!",
"manifest_version": 3,
"version": "1.8.8",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"activeTab",
"cookies",
"identity",
"scripting",
"alarms",
"power"
],
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png"
}
},
"host_permissions": [
"*://*.poshmark.com/"
],
"content_scripts": [
{
"matches": [
"https://*.poshmark.com/*",
"https://*.poshmark.ca/*",
"https://*.poshmark.com.au/*"
],
"css": [
"global.css"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"captcha_alert.mp3",
"star-background.svg",
"logo_migra_bold_gradient.svg",
"Lato-Regular.ttf",
"list-assist-logo.png",
"Migra-Extrabold.otf",
"icon16.png",
"icon48.png"
],
"matches": [
"<all_urls>"
],
"extension_ids": [],
"use_dynamic_url": true
}
],
"background": {
"service_worker": "background.js"
}
}