Cheese Puff

Cheese Puff

However your true colors shine online, Firefox is here for it. You do you, no matter who you are.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Cheese Puff",
  "author": "Mozilla",
  "version": "2.1",
  "icons": {
    "32": "icon.svg"
  },
  "theme": {
    "colors": {
      "tab_background_text": "hsl(0, 0%, 0%)",
      "tab_text": "hsl(0, 0%, 0%)",
      "tab_selected": "hsl(0, 0%, 100%)",
      "tab_line": "transparent",
      "tab_loading": "hsl(29, 84%, 46%)",
      "frame": "hsl(39, 98%, 63%)",
      "popup": "hsl(0, 0%, 100%)",
      "popup_text": "hsl(0, 0%, 0%)",
      "popup_border": "hsl(39, 100%, 68%)",
      "popup_highlight": "hsla(39, 100%, 72%, 0.9)",
      "popup_highlight_text": "hsl(0, 0%, 0%)",
      "toolbar": "hsl(39, 98%, 84%)",
      "toolbar_text": "hsl(0, 0%, 0%)",
      "toolbar_field": "hsl(39, 98%, 63%)",
      "toolbar_field_text": "hsl(0, 0%, 0%)",
      "toolbar_field_focus": "hsl(0, 0%, 100%)",
      "toolbar_field_border_focus": "rgba(0, 96, 223, 0.5)",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "hsl(39, 98%, 63%)",
      "ntp_background": "hsl(39, 97%, 87%)",
      "ntp_card_background": "hsl(0, 0%, 100%)",
      "ntp_text": "hsl(0, 0%, 0%)",
      "sidebar": "hsl(0, 0%, 100%)",
      "sidebar_text": "hsl(0, 0%, 0%)",
      "sidebar_highlight": "hsla(39, 100%, 72%, 0.9)",
      "icons_attention": "hsl(29, 84%, 46%)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}