Examine source code of Tab Colors

Inspect and view changes in Tab Colors 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
{
  "description": "Selects a random color for each tab",
  "manifest_version": 2,
  "name": "Tab Colors",
  "version": "2.6",
  "icons": {
    "48": "icons/color.png"
  },
  "permissions": [
    "theme",
    "tabs",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}