QC Coffee Shop of Doom

QC Coffee Shop of Doom

A Chrome theme based on the extremely popular webcomic "Questionable Content" by Jeph Jacques.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QC Coffee Shop of Doom",
  "short_name": "Questionable Content",
  "author": "Thunderclaww",
  "version": "1.2.2",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/tab.png",
      "theme_tab_background_incognito": "images/tab.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_window_control_background": "images/window_control_background.png"
    },
    "colors": {
      "frame": [
        48,
        69,
        105
      ],
      "toolbar": [
        93,
        142,
        161
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        151,
        151,
        151
      ],
      "bookmark_text": [
        222,
        222,
        222
      ],
      "ntp_background": [
        156,
        159,
        164
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.55,
        0.11,
        0.84
      ],
      "frame_inactive": [
        -1,
        0.4,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat-x"
    }
  }
}