Ekoru Search

Ekoru Search

Every search helps clean and reforest our oceans

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "version": "0.29",
  "description": "__MSG_manifest_description__",
  "manifest_version": 2,
  "default_locale": "en",
  "homepage_url": "https://www.ekoru.org/",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "*://*.ekoru.org/*",
    "topSites"
  ],
  "background": {
    "scripts": [
      "backgroundEvents.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "image/logo_xxsmall.png",
    "48": "image/logo_small.png",
    "128": "image/logo_large.png"
  },
  "web_accessible_resources": [
    "image/logo_xsmall.png",
    "image/logo_medium.png"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "ekoru",
      "keyword": "ekoru",
      "favicon_url": "https://ekoru.org/favicon.ico",
      "search_url": "https://www.ekoru.org/?q={searchTerms}&ext=chrome&v=029",
      "suggest_url": "https://auto.ekoru.org/?q={searchTerms}&format=raw&locale=__MSG_@@ui_locale__",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}