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": "Steam Multisell", "description": "Sell multiple items on Steam Market at once", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/market" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } }