Examine source code of Material Deep Ocean

Inspect and view changes in Material Deep Ocean 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": "Material Deep Ocean",
  "description": "Material Deep Ocean Theme",
  "version": "2.4",
  "author": "Mallowigi",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "wall.png",
      "theme_toolbar": "topbar.png",
      "theme_tab_background": "tab.png"
    },
    "colors": {
      "background_tab": [
        15,
        17,
        26
      ],
      "background_tab_inactive": [
        24,
        26,
        31
      ],
      "background_tab_incognito": [
        9,
        11,
        16
      ],
      "background_tab_incognito_inactive": [
        24,
        26,
        31
      ],
      "bookmark_text": [
        143,
        147,
        162
      ],
      "button_background": [
        25,
        26,
        33
      ],
      "frame": [
        9,
        11,
        16
      ],
      "frame_inactive": [
        24,
        26,
        31
      ],
      "frame_incognito": [
        9,
        11,
        16
      ],
      "frame_incognito_inactive": [
        24,
        26,
        31
      ],
      "ntp_background": [
        9,
        11,
        16
      ],
      "ntp_header": [
        24,
        26,
        31
      ],
      "ntp_link": [
        132,
        255,
        255
      ],
      "ntp_text": [
        143,
        147,
        162
      ],
      "omnibox_background": [
        9,
        11,
        16
      ],
      "omnibox_text": [
        143,
        147,
        162
      ],
      "tab_background_text": [
        143,
        147,
        162
      ],
      "tab_background_text_inactive": [
        75,
        82,
        109
      ],
      "tab_background_text_incognito": [
        143,
        147,
        162
      ],
      "tab_background_text_incognito_inactive": [
        75,
        82,
        109
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        15,
        17,
        26
      ],
      "toolbar_button_icon": [
        75,
        82,
        109
      ],
      "toolbar_text": [
        143,
        147,
        162
      ]
    }
  }
}