Examine source code of Blue warmth

Inspect and view changes in Blue warmth 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",
  "version": "1.0",
  "name": "Blue warmth",
  "description": "RES: 1366x768 user requested, enjoy :) ",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab.png",
      "theme_ntp_background": "images/background_toxic"
    },
    "colors": {
      "ntp_link": [
        39,
        39,
        37
      ],
      "ntp_text": [
        39,
        39,
        37
      ],
      "ntp_section_link": [
        39,
        39,
        37
      ],
      "ntp_section_text": [
        39,
        39,
        37
      ],
      "ntp_background": [
        144,
        143,
        139,
        0.5
      ],
      "ntp_header": [
        68,
        65,
        60,
        0.15
      ],
      "ntp_section": [
        68,
        65,
        60,
        0.15
      ],
      "frame": [
        68,
        65,
        60
      ],
      "toolbar": [
        144,
        143,
        139
      ],
      "tab_text": [
        39,
        39,
        37
      ],
      "tab_background_text": [
        39,
        39,
        37
      ],
      "bookmark_text": [
        39,
        39,
        37
      ]
    },
    "tints": {
      "buttons": [
        0.133333333333334,
        0.0220264317180617,
        0.554901960784314
      ],
      "frame_incognito": [
        0.0980392156862744,
        0.0588235294117647,
        0.236216839677047
      ],
      "frame_inactive": [
        0.133333333333334,
        0.0220264317180617,
        0.15
      ],
      "frame_incognito_inactive": [
        0.133333333333334,
        0.0220264317180617,
        0.15
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}