Caution Tape theme

Caution Tape theme

A black-on-yellow striped caution tape theme. Perfect for differentiating the Canary build from your safe, reassuring primary…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Caution Tape theme",
  "theme": {
    "images": {
      "theme_frame": "img/frame.png",
      "theme_ntp_background": "img/caution.png"
    },
    "colors": {
      "frame": [
        255,
        255,
        0
      ],
      "ntp_background": [
        255,
        255,
        192
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "ntp_section": [
        255,
        255,
        0
      ]
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        0.98
      ],
      "buttons": [
        -1,
        0,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom right"
    }
  }
}