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 Currency Converter", "description": "Currency Converter Extension", "version": "0.1", "action": { "default_popup": "popup\/popup.html", "icon": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.steampowered.com\/*", "https:\/\/*.steamcommunity.com\/*" ], "js": [ "scripts\/content.js" ] } ], "permissions": [ "storage" ] }