Examine source code of Orangeish - A Windows 10 Metro Orange Theme

Inspect and view changes in Orangeish - A Windows 10 Metro Orange Theme source codes across current and past versions
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",
  "description": "A orange theme that matches the Orange from Windows 10.",
  "manifest_version": 2,
  "name": "Orangeish - A Windows 10 Metro Orange Theme",
  "short_name": "Orange Theme",
  "author": "Scottish Borders Design",
  "offline_enabled": true,
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "theme": {
    "colors": {
      "bookmark_text": [
        245,
        173,
        132
      ],
      "frame": [
        32,
        36,
        39
      ],
      "frame_inactive": [
        40,
        45,
        49
      ],
      "ntp_link": [
        241,
        241,
        241
      ],
      "ntp_section_link": [
        241,
        241,
        241
      ],
      "ntp_text": [
        241,
        241,
        241
      ],
      "tab_background_text": [
        245,
        173,
        132
      ],
      "tab_text": [
        244,
        112,
        35
      ],
      "toolbar": [
        16,
        16,
        16
      ],
      "button_background": [
        244,
        211,
        35
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame.png",
      "theme_ntp_background": "images/ntp_background.png",
      "theme_tab_background": "images/theme_button_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": " center bottom",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0.06,
        0.9,
        0.55
      ],
      "frame_inactive": [
        1,
        1,
        1
      ]
    }
  },
  "version": "1.0.3"
}