Bravo Chrome Theme

Bravo Chrome Theme

Just can’t find enough ways to express your Bravo superfan-ness? Download this theme to show your true colors (Bravo blue, of…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Bravo Chrome Theme",
  "theme": {
    "images": {
      "theme_frame": "images/activetop.png",
      "theme_frame_inactive": "images/inactivetop.png",
      "theme_tab_background": "images/inactivetab.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/ntp.png",
      "theme_ntp_attribution": "images/browse.png"
    },
    "colors": {
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_background_alignment": "top"
    }
  }
}