Examine source code of White Abyss (green active tab)

Inspect and view changes in White Abyss (green active tab) 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": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "6.0.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "colors": {
      "toolbar": [
        255,
        255,
        255
      ],
      "frame": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        66,
        66,
        66
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        235,
        238,
        242
      ],
      "bookmark_text": [
        66,
        66,
        66
      ],
      "tab_text": [
        66,
        66,
        66
      ],
      "tab_background_text": [
        66,
        66,
        66
      ],
      "tab_background_text_inactive": [
        128,
        128,
        128
      ],
      "omnibox_text": [
        66,
        66,
        66
      ],
      "background_tab": [
        233,
        235,
        240
      ],
      "background_tab_inactive": [
        225,
        228,
        232
      ],
      "toolbar_button_icon": [
        98,
        98,
        98
      ],
      "ntp_link": [
        56,
        146,
        255
      ],
      "toolbar_text": [
        66,
        66,
        66
      ]
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_logo_alternate": 0
    },
    "images": {
      "theme_toolbar": "theme_toolbar.png",
      "theme_frame": "theme_frame.png",
      "theme_frame_inactive": "theme_frame_inactive.png"
    }
  }
}