Examine source code of genius series 1 theme

Inspect and view changes in genius series 1 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,
  "version": "0.0.1",
  "name": "genius series 1 theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_overlay": "images/frame_overlay.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/theme_background.png"
    },
    "colors": {
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        220,
        206,
        173
      ],
      "omnibox_text": [
        0,
        0,
        0
      ],
      "button_background": [
        230,
        184,
        0
      ],
      "ntp_background": [
        223,
        185,
        119
      ]
    },
    "tints": {
      "buttons": [
        0.9,
        1,
        0.1
      ],
      "frame_inactive": [
        0.4,
        1,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}