Examine source code of Luna Gamer

Inspect and view changes in Luna Gamer 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": "Luna Gamer",
  "description": "A theme dedicated to our favorite all night gaming Princess.",
  "theme": {
    "images": {
      "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": [
        76,
        134,
        232
      ],
      "frame_inactive": [
        86,
        149,
        245
      ],
      "frame_incognito": [
        99,
        158,
        184
      ],
      "frame_incognito_inactive": [
        96,
        157,
        179
      ],
      "toolbar": [
        91,
        135,
        223
      ],
      "tab_text": [
        245,
        245,
        245
      ],
      "tab_background_text": [
        22,
        36,
        240
      ],
      "bookmark_text": [
        40,
        112,
        255
      ],
      "ntp_background": [
        128,
        166,
        255
      ],
      "ntp_text": [
        235,
        235,
        235
      ],
      "button_background": [
        35,
        48,
        235,
        0.56
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ],
      "frame": [
        0,
        0,
        0.09
      ],
      "frame_inactive": [
        0.65,
        1,
        0.58
      ],
      "frame_incognito": [
        0.67,
        0.49,
        0.46
      ],
      "frame_incognito_inactive": [
        0.66,
        0.5,
        0.44
      ],
      "background_tab": [
        0.6,
        1,
        0.56
      ]
    }
  }
}