Tint (formerly Colorful Windows Enhanced) Firefox

Examine source code of Tint (formerly Colorful Windows Enhanced)

By: A-Layer Add-on
Inspect and view changes in Tint (formerly Colorful Windows Enhanced) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tint (formerly Colorful Windows Enhanced)",
  "version": "5.2.0",
  "description": "Dynamic colorful firefox windows with custom color picker and expanded color palette.",
  "homepage_url": "https://github.com/colangelo/Tint-Firefox",
  "browser_specific_settings": {
    "gecko": {
      "id": "colorful-windows@a-layer.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_popup": "popup.html",
    "default_title": "Tint - Window Color"
  },
  "permissions": [
    "tabs",
    "theme",
    "storage",
    "sessions",
    "idle"
  ],
  "web_accessible_resources": [
    "popup.html",
    "popup.css",
    "popup.js",
    "color-utils.js"
  ]
}

Best Tint (formerly Colorful Windows Enhanced) Alternatives

Here are some Firefox add-ons that are similar to Tint (formerly Colorful Windows Enhanced):