Examine source code of Moonlight Material Theme

Inspect and view changes in Moonlight Material Theme 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
{
  "description": "A midnight blue theme for all nighters.",
  "manifest_version": 2,
  "name": "Moonlight Material Theme",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "images/foreground-gradient.png",
      "theme_toolbar": "images/foreground-gradient.png",
      "theme_frame": "images/foreground-gradient.png"
    },
    "colors": {
      "frame": [
        83,
        95,
        171
      ],
      "frame_inactive": [
        28,
        31,
        49
      ],
      "frame_incognito": [
        83,
        95,
        171
      ],
      "frame_incognito_inactive": [
        28,
        31,
        49
      ],
      "toolbar": [
        15,
        43,
        72
      ],
      "tab_text": [
        240,
        241,
        244
      ],
      "tab_background_text": [
        127,
        146,
        161
      ],
      "tab_background_text_inactive": [
        127,
        146,
        161
      ],
      "tab_background_text_incognito_inactive": [
        127,
        146,
        161
      ],
      "tab_background_text_incognito": [
        127,
        146,
        161
      ],
      "bookmark_text": [
        127,
        146,
        161
      ],
      "background_tab": [
        0,
        0,
        100
      ],
      "background_tab_incognito": [
        0,
        0,
        100
      ],
      "background_tab_incognito_inactive": [
        0,
        0,
        40
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "ntp_background": [
        28,
        32,
        50
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "left",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "frame": [
        2.3,
        0,
        0
      ],
      "frame_inactive": [
        2.3,
        0.552,
        0.25
      ],
      "frame_incognito": [
        2.3,
        0.552,
        0.25
      ],
      "frame_incognito_inactive": [
        2.3,
        0.552,
        0.25
      ],
      "background_tab": [
        2.3,
        0.6,
        0.45
      ],
      "buttons": [
        0.087,
        0.33,
        0.692
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.4"
}