A Better RIT Theme

A Better RIT Theme

A better RIT theme because all the other ones suck.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "ntp_background": [
        10,
        10,
        10
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        56,
        56,
        56
      ]
    },
    "images": {
      "theme_frame": "theme_frame_m.png",
      "theme_frame_inactive": "theme_frame_mi.png",
      "theme_frame_incognito": "theme_frame_i.png",
      "theme_frame_incognito_inactive": "theme_frame_ii.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_tab_background": "theme_tab_background_m_i.png",
      "theme_tab_background_incognito": "theme_tab_background_m_i.png",
      "theme_toolbar": "theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ],
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        255,
        255,
        255
      ],
      "frame_incognito_inactive": [
        255,
        255,
        255
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}