FF-Logo BG

FF-Logo BG

Firefox Logo & dark blue background

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "FF-Logo BG",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(108, 231, 255, 0.25)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(34, 72, 130)",
      "tab_background_text": "rgb(197, 227, 244)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 125, 192)",
      "tab_line": "rgba(109, 189, 234, 0.89)",
      "popup": "rgba(45, 82, 119, 0.95)",
      "popup_text": "rgb(255, 255, 255)",
      "ntp_background": "rgb(255, 255, 255)",
      "ntp_text": "rgb(0, 0, 0)",
      "popup_border": "rgba(6, 59, 109, 0.95)",
      "sidebar_text": "rgb(0, 0, 0)",
      "sidebar": "rgb(154, 217, 247)",
      "tab_loading": "rgba(109, 189, 234, 0.89)"
    }
  }
}