Custom Tab Appearance Firefox

Examine source code of Custom Tab Appearance

Inspect and view changes in Custom Tab Appearance source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Tab Appearance",
  "version": "1.1",
  "description": "Customize website titles and favicons based on rules",
  "author": "Michaël Lauwereys",
  "developer": {
    "name": "Michaël Lauwereys",
    "url": "https://github.com/MichaelLauwereys"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Custom Tab Appearance Settings",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{159f1bac-9102-4879-9a13-8fb5f2c2eaf0}"
    }
  }
}

Best Custom Tab Appearance Alternatives

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