Foto – Balanced

Foto – Balanced

Life is better in color. Make your browsing a little more joyful and vibrant.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Foto – Balanced",
  "author": "Mozilla",
  "version": "2.1",
  "icons": {
    "32": "icon.svg"
  },
  "theme": {
    "colors": {
      "tab_background_text": "hsl(0, 0%, 100%)",
      "tab_text": "hsl(0, 0%, 0%)",
      "tab_selected": "hsl(349, 35%, 94%)",
      "tab_line": "transparent",
      "tab_loading": "hsl(351, 37%, 40%)",
      "frame": "hsl(351, 37%, 40%)",
      "popup": "hsl(0, 0%, 100%)",
      "popup_text": "hsl(0, 0%, 0%)",
      "popup_border": "hsl(351, 44%, 63%)",
      "popup_highlight": "hsla(350, 53%, 75%, 0.5)",
      "popup_highlight_text": "hsl(0, 0%, 0%)",
      "toolbar": "hsl(351, 37%, 47%)",
      "toolbar_text": "hsl(0, 0%, 100%)",
      "toolbar_field": "hsl(349, 35%, 94%)",
      "toolbar_field_text": "hsl(0, 0%, 0%)",
      "toolbar_field_focus": "hsl(0, 0%, 100%)",
      "toolbar_field_border_focus": "rgba(0, 179, 244, 1)",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "hsl(351, 37%, 40%)",
      "ntp_background": "hsl(351, 37%, 80%)",
      "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(350, 53%, 75%, 0.5)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}