It's a theme that changes Firefox in yellow
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "YellowFox",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(18, 18, 18)",
"toolbar_text": "rgb(239, 255, 166)",
"frame": "rgb(4, 0, 15)",
"tab_background_text": "rgb(239, 255, 166)",
"toolbar_field": "rgb(13, 13, 13)",
"toolbar_field_text": "rgb(239, 255, 166)",
"tab_line": "rgb(18, 18, 18)",
"popup": "rgb(18, 18, 18)",
"popup_text": "rgb(239, 255, 166)",
"icons_attention": "rgb(255, 241, 0)",
"icons": "rgb(239, 255, 166)",
"ntp_background": "rgb(4, 0, 15)",
"ntp_text": "rgb(239, 255, 166)",
"popup_border": "rgb(239, 255, 166)",
"tab_loading": "rgb(255, 250, 146)",
"tab_text": "rgb(255, 255, 74)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{ababf376-94ea-42d9-a41e-26c8bcd9006a}"
}
}
}