Custom Tab UI Firefox

Examine source code of Custom Tab UI

Inspect and view changes in Custom Tab UI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Tab UI",
  "version": "1.0",
  "description": "Customize the appearance of tabs in Firefox. Allows users to change the background color and font size of tabs.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{351ffb08-4a37-497a-8492-14c2a3c00e96}"
    }
  }
}

Best Custom Tab UI Alternatives

Here are some Firefox add-ons that are similar to Custom Tab UI: