Examine source code of Twilight and Luna

Inspect and view changes in Twilight and Luna 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": "http://clients2.google.com/service/update2/crx",
  "version": "1",
  "name": "Twilight and Luna",
  "description": "A chrome theme dedicated to Twilight and Luna.",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "frame_inactive": [
        161,
        182,
        228
      ],
      "frame_incognito": [
        68,
        103,
        184
      ],
      "frame_incognito_inactive": [
        190,
        146,
        209
      ],
      "toolbar": [
        218,
        147,
        223
      ],
      "tab_text": [
        56,
        164,
        181
      ],
      "tab_background_text": [
        109,
        162,
        214
      ],
      "bookmark_text": [
        199,
        84,
        191
      ],
      "ntp_background": [
        187,
        51,
        255
      ],
      "ntp_text": [
        203,
        82,
        217
      ],
      "button_background": [
        60,
        66,
        232,
        1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.13,
        1,
        0.96
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        0.64,
        1,
        0.69
      ],
      "frame_incognito": [
        0.82,
        1,
        0.69
      ],
      "frame_incognito_inactive": [
        0.64,
        1,
        0.68
      ],
      "background_tab": [
        0.83,
        1,
        0.64
      ]
    }
  }
}