Examine source code of Chrome-Like Theme (Classic Dark)

Inspect and view changes in Chrome-Like Theme (Classic Dark) 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
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Chrome-Like Theme (Classic Dark)",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(55, 55, 55)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(238, 238, 238)",
      "toolbar_field": "rgba(0, 0, 0, 0.7)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(55, 55, 55)",
      "popup": "rgb(51, 51, 51)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(225, 225, 225)",
      "button_background_hover": "rgb(225, 225, 225)",
      "icons": "rgb(255, 255, 255)",
      "ntp_background": "rgba(0, 0, 0, 0.79)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgb(0, 0, 0)",
      "popup_highlight_text": "rgb(182, 175, 240)",
      "popup_highlight": "rgb(37, 36, 41)",
      "tab_loading": "rgb(103, 88, 234)",
      "tab_selected": "rgb(55, 55, 55)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_field_border": "rgb(15, 7, 59)"
    }
  }
}