Examine source code of NeonDarkTheme

Inspect and view changes in NeonDarkTheme 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.0",
  "manifest_version": 2,
  "name": "NeonDarkTheme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png"
    },
    "colors": {
      "frame": [
        2,
        136,
        209
      ],
      "frame_inactive": [
        255,
        0,
        0
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        244,
        67,
        54
      ],
      "tab_background_text": [
        79,
        195,
        247
      ],
      "bookmark_text": [
        79,
        195,
        247
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        2,
        136,
        209
      ],
      "ntp_section": [
        255,
        87,
        34
      ],
      "ntp_section_text": [
        2,
        136,
        209
      ],
      "control_background": [
        255,
        87,
        34
      ],
      "button_background": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        -1
      ],
      "background_tab": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}