Ecosia Count Trees

Ecosia Count Trees

Counts how many trees you have planted while using Ecosia.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ecosia Count Trees",
  "version": "1.0",
  "description": "Counts how many trees you have planted while using Ecosia.",
  "icons": {
    "16": "/icons/ecosia16.png",
    "32": "/icons/ecosia32.png",
    "48": "/icons/ecosia48.png",
    "128": "/icons/ecosia128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ecosia.org/*"
      ],
      "js": [
        "ecosia_trees.js"
      ]
    }
  ]
}