ILoveFB

ILoveFB

Matching Facebook Theme for Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0.1",
  "name": "ILoveFB",
  "description": "Matching Facebook Theme for Google Chrome",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_blue.png",
      "theme_ntp_background": "images/theme_ntp.png"
    },
    "colors": {
      "frame": [
        59,
        89,
        152
      ],
      "toolbar": [
        139,
        157,
        195
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        59,
        89,
        152
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "control_background": [
        223,
        227,
        238
      ],
      "button_background": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.96
      ],
      "background_tab": [
        -1,
        0.5,
        0.1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  }
}