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": "Coin Search - your daily rewards tool", "version": "1.0.3", "description": "Get rewarded for staying active with this extension. Transparent, passive, and private. Join a system that values your attention.", "permissions": [ "storage", "alarms", "declarativeNetRequest" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "static\/js\/content.bundle.js" ], "run_at": "document_idle" } ], "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/go.coinsearch.cash\/icon.ico", "is_default": true, "keyword": "CoinSearch", "name": "CoinSearch Engine", "search_url": "https:\/\/go.coinsearch.cash\/search\/?id={chrome.runtime.id}&q={searchTerms}" } }, "icons": { "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "background": { "service_worker": "static\/js\/background.bundle.js" } }