Examine source code of Paper GTK Dark

Inspect and view changes in Paper GTK Dark 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",
  "description": "Paper GTK theme (dark variant) for the Chrome browser",
  "manifest_version": 2,
  "name": "Paper GTK Dark",
  "theme": {
    "colors": {
      "bookmark_text": [
        76,
        76,
        76
      ],
      "button_background": [
        48,
        63,
        70
      ],
      "frame": [
        48,
        63,
        70
      ],
      "frame_inactive": [
        38,
        49,
        55
      ],
      "frame_incognito": [
        48,
        63,
        70
      ],
      "frame_incognito_inactive": [
        38,
        49,
        55
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        223,
        223,
        223
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_frame_incongnito": "images/theme_frame.png",
      "theme_frame_incognito_inactive": "images/theme_frame_inactive.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "background_tab": [
        -1,
        0.5,
        0.85
      ],
      "buttons": [
        0,
        0,
        0.5
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  },
  "version": "1.5"
}