Examine source code of Tabs for Good by Good-Loop

Inspect and view changes in Tabs for Good by Good-Loop source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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": []
}