theme-color polyfill Firefox

Examine source code of theme-color polyfill

Inspect and view changes in theme-color polyfill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "theme-color polyfill",
  "short_name": "theme-color polyfill",
  "author": "Марко Кажић",
  "description": "Adds meta theme-color support to Firefox in the form of changing the active tab color.",
  "manifest_version": 2,
  "version": "0.0.4",
  "browser_specific_settings": {
    "gecko": {
      "id": "theme-color-polyfill@marxo.kz"
    }
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "theme",
    "<all_urls>"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/get_theme_color.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "mo.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "logo_16.png",
    "24": "logo.png",
    "32": "logo.png",
    "128": "logo_128.png"
  }
}

Best theme-color polyfill Alternatives

Here are some Firefox add-ons that are similar to theme-color polyfill: