Examine source code of Tabby

Inspect and view changes in Tabby 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
{
  "manifest_version": 2,
  "name": "Tabby",
  "short_name": "Tabby",
  "version": "3.1.7",
  "description": "A simple new tab extensions",
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/favicon.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b95dddd7-a444-4cac-b348-ca6405b9409f}"
    }
  }
}