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": "Revolut buy\/sell clicker", "action": [], "manifest_version": 3, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "version": "0.0.0.2", "description": "It's about click. It's about buy\/sell. Use it.", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "permissions": [ "tabs", "debugger", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "activeTab" ], "host_permissions": [ "https:\/\/*.revolut.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/exchange.revolut.com\/trade\/*" ], "js": [ "revolut-click.js" ] }, { "matches": [ "https:\/\/*.revolut.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "service_worker": ".\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/active\/icon_48-on.png" ], "matches": [ "https:\/\/exchange.revolut.com\/*" ], "as": "image" }, { "resources": [ "images\/active\/icon_48-off.png" ], "matches": [ "https:\/\/exchange.revolut.com\/*" ], "as": "image" } ] }