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_extensionName__",
"short_name": "ResellHelper",
"version": "1.0.1",
"version_name": "1.0.0",
"description": "__MSG_extensionDescription__",
"minimum_chrome_version": "110",
"homepage_url": "https:\/\/zovo.one",
"author": "Zovo",
"permissions": [
"storage",
"alarms",
"notifications"
],
"optional_permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/poshmark.com\/*",
"https:\/\/poshmark.ca\/*"
],
"background": {
"service_worker": "src\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/poshmark.com\/*",
"https:\/\/poshmark.ca\/*"
],
"js": [
"src\/utils\/sanitize.js",
"src\/content\/content.js"
],
"css": [
"src\/content\/content.css"
],
"run_at": "document_idle",
"all_frames": false
}
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_title": "__MSG_extActionTitle__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' https:\/\/api.zovo.tools; upgrade-insecure-requests;"
},
"default_locale": "en",
"storage": {
"managed_schema": "managed-schema.json"
}
}