This Tab Helps The Planet

This Tab Helps The Planet

With every new tab, raise money for charities fighting climate change.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "This Tab Helps The Planet",
  "description": "With every new tab, raise money for charities fighting climate change.",
  "version": "1.13",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery-3.3.1.min.js"
    ],
    "persistent": true
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}