Inspect and view changes in Graffiti – Bold source codes across current and past versions
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,
"name": "Graffiti – Bold",
"author": "Mozilla",
"version": "2.1",
"icons": {
"32": "icon.svg"
},
"theme": {
"colors": {
"tab_background_text": "hsl(0, 0%, 100%)",
"tab_text": "hsl(0, 0%, 100%)",
"tab_selected": "hsl(275, 15%, 22%)",
"tab_line": "hsl(278, 32%, 50%)",
"tab_loading": "hsl(278, 79%, 85%)",
"frame": "hsl(279, 31%, 28%)",
"popup": "hsl(275, 15%, 22%)",
"popup_text": "hsl(0, 0%, 100%)",
"popup_border": "hsl(278, 30%, 42%)",
"popup_highlight": "hsla(278, 33%, 52%, 0.6)",
"popup_highlight_text": "hsl(0, 0%, 100%)",
"toolbar": "hsl(278, 27%, 40%)",
"toolbar_text": "hsl(0, 0%, 100%)",
"toolbar_field": "hsl(279, 31%, 28%)",
"toolbar_field_text": "hsl(0, 0%, 100%)",
"toolbar_field_focus": "hsl(275, 15%, 22%)",
"toolbar_field_border_focus": "rgba(0, 221, 255, 0.7)",
"toolbar_top_separator": "transparent",
"toolbar_bottom_separator": "hsl(279, 31%, 28%)",
"ntp_background": "hsl(270, 10%, 12%)",
"ntp_card_background": "hsl(275, 15%, 22%)",
"ntp_text": "hsl(0, 0%, 100%)",
"sidebar": "hsl(275, 15%, 22%)",
"sidebar_text": "hsl(0, 0%, 100%)",
"sidebar_highlight": "hsla(278, 33%, 52%, 0.6)",
"icons_attention": "hsl(278, 79%, 85%)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "graffiti-bold-colorway@mozilla.org"
}
}
}