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": "__MSG_store_title_new__", "description": "__MSG_store_shortdesc_new__", "version": "6.0.4", "default_locale": "en", "homepage_url": "https:\/\/www.ecosia.org", "icons": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/logo_square_transparent48.png", "128": "img\/logo_square_transparent128.png" }, "manifest_version": 3, "action": { "default_title": "__MSG_browser_action_hover__", "default_icon": "img\/icon24.png", "browser_style": false }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.ecosia.org\/*" ], "js": [ "funnel.js" ], "run_at": "document_start" } ], "chrome_settings_overrides": { "search_provider": { "name": "Ecosia", "keyword": "ecosia.org", "search_url": "https:\/\/www.ecosia.org\/search?q={searchTerms}&addon=chrome&addonversion=6.0.4&method=topbar", "favicon_url": "https:\/\/www.ecosia.org\/static\/icons\/favicon.ico", "suggest_url": "https:\/\/ac.ecosia.org\/?q={searchTerms}&type=list&mkt=__MSG_@@ui_locale__", "encoding": "UTF-8", "is_default": true, "prepopulated_id": 101 } }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.ecosia.org\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.ecosia.org\/*" ] } }