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": "Click Currency", "description": "Click Currency - right-click currency converter", "version": "1.4.5", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-bKkx_w4s.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end" } ], "options_page": "src\/options\/index.html", "permissions": [ "alarms", "contextMenus", "storage" ], "action": { "default_icon": { "16": "images\/icon32.png", "24": "images\/icon32.png", "32": "images\/icon32.png" } }, "icons": { "32": "images\/icon32.png", "64": "images\/icon64.png", "100": "images\/icon128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/index.js-D7ww4DIt.js" ], "use_dynamic_url": false } ] }