Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currates - Immersive Currency Converter", "manifest_version": 3, "version": "1.1", "icons": { "16": ".\/icon\/logo\/android-icon-36x36.png", "48": ".\/icon\/logo\/android-icon-48x48.png", "96": ".\/icon\/logo\/android-icon-96x96.png", "128": ".\/icon\/logo\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "content.bundle.cjs.js" ] } ], "web_accessible_resources": [ { "resources": [ "css\/main.css", "icon\/ygeeker.png" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "background.bundle.cjs.js" }, "action": { "default_icon": { "16": ".\/icon\/logo\/android-icon-36x36.png", "48": ".\/icon\/logo\/android-icon-48x48.png" }, "default_popup": "popup.html" } }