Activist – Balanced

You leave the world a better place than you found it and lead others to believe.
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": "Activist – Balanced",
  "author": "Mozilla",
  "version": "2.1",
  "icons": {
    "32": "icon.svg"
  },
  "theme": {
    "properties": {
      "color_scheme": "light",
      "content_color_scheme": "auto"
    },
    "colors": {
      "tab_background_text": "hsl(0, 0%, 100%)",
      "tab_text": "hsl(0, 0%, 0%)",
      "tab_selected": "hsl(223, 100%, 99%)",
      "tab_line": "transparent",
      "tab_loading": "hsl(0, 0%, 0%)",
      "frame": "hsl(220, 72%, 28%)",
      "popup": "hsl(228, 100%, 99%)",
      "popup_text": "hsl(0, 0%, 0%)",
      "popup_border": "hsl(220, 58%, 39%)",
      "popup_highlight": "hsla(220, 54%, 80%, 0.3)",
      "popup_highlight_text": "hsl(0, 0%, 0%)",
      "toolbar": "hsl(220, 49%, 48%)",
      "toolbar_text": "hsl(0, 0%, 100%)",
      "toolbar_field": "hsl(223, 100%, 99%)",
      "toolbar_field_text": "hsl(0, 0%, 0%)",
      "toolbar_field_focus": "hsl(228, 100%, 99%)",
      "toolbar_field_border_focus": "rgba(0, 179, 244, 1)",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "hsl(220, 72%, 28%)",
      "ntp_background": "hsl(221, 63%, 87%)",
      "ntp_card_background": "hsl(228, 100%, 99%)",
      "ntp_text": "hsl(0, 0%, 0%)",
      "sidebar": "hsl(228, 100%, 99%)",
      "sidebar_text": "hsl(0, 0%, 0%)",
      "sidebar_highlight": "hsla(220, 54%, 80%, 0.3)",
      "icons_attention": "hsl(0, 0%, 0%)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "activist-balanced-colorway@mozilla.org"
    }
  }
}