Blue Radiance

Blue Radiance

Blue Radiance. Simple, yet elegant.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blue Radiance",
  "version": "1.4",
  "manifest_version": 2,
  "description": "Blue Radiance. Simple, yet elegant.",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_tab_background": "images/tab.png"
    },
    "colors": {
      "frame": [
        68,
        136,
        170
      ],
      "toolbar": [
        35,
        12,
        102
      ],
      "tab_text": [
        140,
        241,
        255
      ],
      "tab_background_text": [
        48,
        48,
        48
      ],
      "bookmark_text": [
        140,
        241,
        255
      ],
      "ntp_text": [
        140,
        241,
        255
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        140,
        241,
        255
      ],
      "ntp_link": [
        140,
        241,
        255
      ],
      "ntp_section_link": [
        140,
        241,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.8,
        1,
        1
      ],
      "frame_inactive": [
        -1,
        -1,
        0.6
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        0.7
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}