Bambeere — The browser tab that plants bamboo

Bambeere — The browser tab that plants bamboo

Plant bamboo in your browser to prevent climate collapse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bambeere — The browser tab that plants bamboo",
  "short_name": "Bambeere",
  "description": "Plant bamboo in your browser to prevent climate collapse",
  "version": "0.1.3",
  "author": "Barry Prendergast",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "bambeere default icon"
  },
  "chrome_url_overrides": {
    "newtab": "local.html"
  },
  "permissions": [
    "activeTab"
  ]
}