Examine source code of Yotei

Inspect and view changes in Yotei 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",
  "name": "Yotei",
  "version": "2.0",
  "description": "A dark theme inspired by a purple/red sky at dawn.",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "frame": [
        33,
        25,
        37
      ],
      "frame_inactive": [
        33,
        25,
        37,
        0.95
      ],
      "toolbar": [
        32,
        3,
        29
      ],
      "tab_text": [
        204,
        101,
        255
      ],
      "tab_background_text": [
        120,
        158,
        187
      ],
      "bookmark_text": [
        204,
        101,
        255
      ],
      "ntp_background": [
        33,
        25,
        37
      ],
      "ntp_text": [
        137,
        221,
        255
      ],
      "ntp_link": [
        130,
        170,
        255
      ],
      "button_background": [
        183,
        201,
        216,
        0
      ],
      "window_control_background": [
        233,
        233,
        244
      ]
    },
    "tints": {
      "buttons": [
        0.33,
        0.5,
        0.47
      ]
    }
  }
}