Examine source code of Mario Theme

Inspect and view changes in Mario 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "author": "Seiri",
  "theme": {
    "images": {
      "theme_ntp_background": "images/background.png"
    },
    "colors": {
      "frame": [
        203,
        34,
        41
      ],
      "toolbar": [
        58,
        102,
        173
      ],
      "toolbar_text": [
        255,
        255,
        255
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        255,
        255,
        255,
        0.1
      ]
    }
  },
  "properties": {
    "ntp_background_alignment": "center",
    "ntp_background_repeat": "no-repeat",
    "ntp_logo_alternate": 0
  }
}