Tabs for Good by Good-Loop

Tabs for Good by Good-Loop

Raise money for your favourite charity by simply browsing the web!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabs for Good by Good-Loop",
  "description": "Raise money for your favourite charity by simply browsing the web!",
  "version": "0.2.9",
  "icons": {
    "64": "img/logo.64.png",
    "128": "img/logo.128.png"
  },
  "incognito": "not_allowed",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "optional_permissions": []
}