Examine source code of Dark Plasma Breeze

Inspect and view changes in Dark Plasma Breeze 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": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_default.png",
      "theme_frame_inactive": "images/theme_default.png",
      "theme_frame_incognito": "images/theme_incognito.png",
      "theme_frame_incognito_inactive": "images/theme_incognito.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_default.png",
      "theme_ntp_background": "images/theme_incognito.png"
    },
    "colors": {
      "frame": [
        49,
        54,
        59
      ],
      "frame_inactive": [
        49,
        54,
        59
      ],
      "frame_incognito": [
        35,
        38,
        41
      ],
      "frame_incognito_inactive": [
        35,
        38,
        41
      ],
      "toolbar": [
        35,
        38,
        41
      ],
      "tab_text": [
        242,
        242,
        242
      ],
      "tab_background_text": [
        137,
        135,
        135
      ],
      "bookmark_text": [
        242,
        242,
        242
      ],
      "ntp_background": [
        35,
        38,
        41
      ],
      "ntp_text": [
        239,
        240,
        241
      ],
      "ntp_link": [
        239,
        240,
        241
      ],
      "ntp_link_underline": [
        239,
        240,
        241
      ],
      "ntp_header": [
        61,
        174,
        233
      ],
      "ntp-section": [
        206,
        92,
        255
      ],
      "ntp_section_link": [
        239,
        240,
        241
      ],
      "ntp_section_link_underline": [
        239,
        240,
        241
      ],
      "ntp_section_text": [
        239,
        240,
        241
      ],
      "button_background": [
        49,
        54,
        59,
        1
      ]
    },
    "tints": {
      "buttons": [
        61,
        174,
        233
      ],
      "frame_inactive": [
        35,
        38,
        41
      ],
      "frame_incognito": [
        35,
        38,
        41
      ],
      "frame_incognito_inactive": [
        35,
        38,
        41
      ],
      "background_tab": [
        49,
        54,
        59
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  },
  "name": "Dark Plasma Breeze",
  "version": "1.1",
  "description": "A theme to go with KDE5 Plasma",
  "icons": {
    "32": "images/icon.png"
  }
}