Toolbar color profile Firefox

Examine source code of Toolbar color profile

By: ldybiec
Inspect and view changes in Toolbar color profile source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toolbar color profile",
  "version": "1.2",
  "description": "Set Firefox toolbar color and mode theme",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_action": {
    "default_title": "Change toolbar color and mode theme",
    "default_popup": "popup.html",
    "default_icon": {
      "96": "icon96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "theme",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "toolbar-color-profile@ldybiec",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Toolbar color profile Alternatives

Here are some Firefox add-ons that are similar to Toolbar color profile: