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": "Poshmark X-ray", "version": "0.1.0", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "icons": { "16": "images\/poshmark_stats_logo-16.png", "32": "images\/poshmark_stats_logo-32.png", "48": "images\/poshmark_stats_logo-48.png", "128": "images\/poshmark_stats_logo-128.png" }, "web_accessible_resources": [ { "resources": [ "inject_script.js" ], "matches": [ "*:\/\/*.poshmark.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.poshmark.com\/*" ], "js": [ "compiled\/content-script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "compiled\/background.js" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.poshmark.com\/", "https:\/\/api.lemonsqueezy.com\/v1\/*" ], "manifest_version": 3 }