Google Chrome Blue Theme

Google Chrome Blue Theme

Classic blue theme from Chrome for Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Google Chrome Blue Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-011-d53e0d0d1538ed554a90e056a2f04eca.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(205, 223, 246)",
      "bookmark_text": "rgb(0, 0, 0)",
      "frame": "rgb(57, 133, 228)",
      "tab_background_text": "rgb(205, 223, 246)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(205, 223, 246)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgb(205, 223, 246)"
    }
  }
}