Green Tree Search

Green Tree Search

Every time you search, you help plant trees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "public/favicons/favicon.png",
      "48": "public/favicons/favicon-48x48.png",
      "128": "public/favicons/favicon-128x128.png"
    },
    "default_popup": "src/popup.html"
  },
  "background": {
    "service_worker": "./src/background.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [
        "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}",
        "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}"
      ],
      "encoding": "UTF-8",
      "favicon_url": "https://www.greentreesearch.com/favicons/favicon.png",
      "image_url": "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}",
      "image_url_post_params": "image_lang=__MSG_url_domain__",
      "instant_url": "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}",
      "instant_url_post_params": "instant_lang=__MSG_url_domain__",
      "is_default": true,
      "keyword": "Green Tree Search",
      "name": "Green Tree",
      "search_url": "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}",
      "search_url_post_params": "search_lang=__MSG_url_domain__",
      "suggest_url": "https://www.greentreesearch.com/r?extv=omnionly&p={searchTerms}",
      "suggest_url_post_params": "suggest_lang=__MSG_url_domain__"
    }
  },
  "content_scripts": [
    {
      "js": [
        "src/ext_content.js"
      ],
      "matches": [
        "*://www.greentreesearch.com/*",
        "*://search.yahoo.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Every time you search, you help plant trees. ",
  "host_permissions": [
    "*://*.greentreesearch.com/"
  ],
  "icons": {
    "16": "public/favicons/favicon.png",
    "32": "public/favicons/favicon-32x32.png",
    "48": "public/favicons/favicon-48x48.png",
    "128": "public/favicons/favicon-128x128.png",
    "192": "public/favicons/favicon-192x192.png"
  },
  "manifest_version": 3,
  "name": "Green Tree Search",
  "short_name": "green-tree-search",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7"
}