Iron Man theme

Inspired by the Foxdie "Iron Man" 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": "https://clients2.google.com/service/update2/crx",
  "name": "Iron Man theme",
  "description": "Inspired by the Foxdie \"Iron Man\" theme",
  "version": "1.2",
  "manifest_version": 2,
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        139,
        80,
        66
      ],
      "ntp_background": [
        200,
        60,
        60
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        5,
        5,
        5
      ],
      "control_background": [
        0,
        255,
        0
      ],
      "button_background": [
        0,
        255,
        0
      ],
      "ntp_link": [
        255,
        200,
        0
      ],
      "ntp_link_underline": [
        255,
        200,
        0
      ],
      "toolbar": [
        213,
        197,
        163
      ]
    },
    "images": {
      "theme_button_background": "images/background.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "tints": {
      "frame_inactive": [
        -1,
        0.5,
        0.6
      ],
      "buttons": [
        0,
        0,
        0.2
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1
    },
    "icons": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  }
}