Examine source code of Hardstyle

Inspect and view changes in Hardstyle 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",
  "version": "1.0",
  "name": "Hardstyle",
  "description": "A hardstyle theme. Headhunterz is back!",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_tab_background": "images/hardstyle_tab_background.png",
      "theme_ntp_background": "images/hardstyle_background.png"
    },
    "colors": {
      "frame": [
        13,
        12,
        12
      ],
      "toolbar": [
        162,
        161,
        161
      ],
      "tab_text": [
        107,
        106,
        105
      ],
      "tab_background_text": [
        145,
        144,
        144
      ],
      "bookmark_text": [
        107,
        106,
        105
      ],
      "ntp_background": [
        13,
        12,
        12
      ],
      "ntp_text": [
        162,
        161,
        161
      ],
      "ntp_link": [
        162,
        161,
        161
      ],
      "ntp_section": [
        162,
        161,
        161
      ],
      "button_background": [
        20,
        19,
        19,
        0.9
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.44
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}