Examine source code of Browser Theme for Programmer - Blue

Inspect and view changes in Browser Theme for Programmer - Blue 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",
  "author": "iamprogrammerlk@gmail.com",
  "description": "Programmer's blue-colored dark theme for your favorite web browser.",
  "icons": {
    "128": "image/store_icon_128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0YIMq3swKIycmxIA09Iq8W8WAkJTKsWTxFcDZ61WXSdL7Rbwrc66XOv4TljQoot8df1KtLbUVPp7mK8Yn7Ic2pszTcdfwgZHyArCDuLJIqFa5sket7T+FxEJUWeLy3oaB4B0C++m0RKxazJsWGiDfMJ+qiekLowHZNfrKrIV7AWJZprvXFBemv1Eh+DAPcylo1rgyl2mJu9JIdazMlgi+6FFF4dAJqHP+MazpU9Da1jRb4AsMCjbqVF3bvwRclKsEtQUIF89v+1Nod4cNnFcnU6Vx2ka3rMaPjVFDIPAlNUYrTqpNSW2C9Yjst43MbPOisAefPAGVsnWO8KhByV1aQIDAQAB",
  "manifest_version": 3,
  "name": "Browser Theme for Programmer - Blue",
  "short_name": "Blue",
  "theme": {
    "images": {
      "theme_frame": "image/theme_frame.png",
      "theme_ntp_attribution": "image/theme_ntp_attribution.png",
      "theme_ntp_background": "image/theme_ntp_background.png",
      "theme_tab_background": "image/theme_tab_background.png",
      "theme_toolbar": "image/theme_toolbar.png"
    },
    "colors": {
      "bookmark_text": [
        30,
        170,
        253
      ],
      "button_background": [
        22,
        45,
        64,
        1
      ],
      "frame": [
        21,
        32,
        43
      ],
      "ntp_background": [
        21,
        32,
        43
      ],
      "ntp_link": [
        30,
        170,
        253
      ],
      "ntp_section": [
        30,
        170,
        253
      ],
      "ntp_text": [
        30,
        170,
        253
      ],
      "tab_background_text": [
        87,
        102,
        114
      ],
      "tab_text": [
        30,
        170,
        253
      ],
      "toolbar": [
        21,
        32,
        43
      ]
    },
    "tints": {
      "buttons": [
        0.56,
        0.98,
        0.55
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  },
  "version": "1.0.1",
  "version_name": "blue"
}