Theme-color tabs Firefox

Examine source code of Theme-color tabs

Inspect and view changes in Theme-color tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Theme-color tabs",
  "short_name": "theme-color tabs",
  "description": "Adds meta theme-color support to Firefox in the form of changing the active tab color.",
  "manifest_version": 2,
  "version": "0.0.1",
  "permissions": [
    "activeTab",
    "webNavigation",
    "theme",
    "<all_urls>"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/get_theme_color.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "logo_16.png",
    "24": "logo.png",
    "32": "logo.png",
    "128": "logo_128.png"
  }
}

Best Theme-color tabs Alternatives

Here are some Firefox add-ons that are similar to Theme-color tabs: