T-Rex Theme

Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.3",
  "name": "T-Rex Theme",
  "theme": {
    "images": {
      "theme_frame": "i/tab_ground_layer.png",
      "theme_button_background": "i/theme_button_background.png",
      "theme_tab_background": "i/tab_colour.png",
      "theme_toolbar": "i/toolbar.png",
      "theme_ntp_background": "i/bg.jpg",
      "theme_ntp_attribution": "i/author.png"
    },
    "colors": {
      "ntp_section_text": [
        107,
        107,
        107
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "frame": [
        229,
        206,
        145
      ],
      "ntp_background": [
        107,
        107,
        107
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        248,
        42,
        42
      ],
      "ntp_section": [
        107,
        107,
        107,
        0.6
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_header": [
        107,
        107,
        107,
        0.6
      ],
      "toolbar": [
        160,
        191,
        1
      ],
      "bookmark_text": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.236,
        0.376,
        0.524
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 0,
      "ntp_background_alignment": "bottom"
    }
  }
}