Donera - Turn tabs into money for the planet

Donera - Turn tabs into money for the planet

Raise money for Climate Change. 100% real impact. 100% transparent. 100% secure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Donera - Turn tabs into money for the planet",
  "description": "Raise money for Climate Change. 100% real impact. 100% transparent. 100% secure.",
  "version": "1.2",
  "icons": {
    "16": "Donera16.png",
    "48": "Donera48.png",
    "128": "Donera128.png"
  },
  "chrome_url_overrides": {
    "newtab": "override2.html"
  },
  "action": {
    "default_popup": "popup2_no_button.html",
    "default_icon": "DoneraD.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}