Adaptive Tab Bar Color Firefox

Examine source code of Adaptive Tab Bar Color

Inspect and view changes in Adaptive Tab Bar Color source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "4.0.4",
  "icons": {
    "16": "/icon/icon-16.png",
    "32": "/icon/icon-32.png",
    "48": "/icon/icon-48.png",
    "96": "/icon/icon-96.png",
    "128": "/icon/icon-128.png"
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ATBC@EasonWong",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en",
  "developer": {
    "name": "Eason & Yue",
    "url": "https://easonwong.de/"
  },
  "homepage_url": "https://github.com/easonwong-de/adaptive-tab-bar-colour/",
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "theme",
    "storage",
    "browserSettings",
    "management"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/atbc.js"
      ]
    }
  ]
}

Best Adaptive Tab Bar Color Alternatives

Here are some Firefox add-ons that are similar to Adaptive Tab Bar Color: