By: Марко Кажић
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:
Theme-color tabs
Hugh Isaacs II
Colorize!
Joe Samela
ColorShift
DPende
OlympyNetworkCo Color Wheel
OlympyNetworkCo
Adaptive Tab Bar Color
Eason & Yue
colorf0x
martyr—
Ambient Theme by Site Colour
Manikandan D
Adaptive Tab Bar Color
Eason Wong
gz_purple_yellow
Glowzwiebel
Containers Theme
Jonathan Kingston
Frame Color per Site
Patrik Dudits