Purple BTS Logo Inspired Theme

Purple BTS Logo Inspired Theme

BTS inspired purple theme. A mostly dark theme to keep ARMYs inspired while they are browsing the internet!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Purple BTS Logo Inspired Theme",
  "version": "1.0",
  "description": "",
  "manifest_version": 2,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        204,
        180,
        234
      ],
      "toolbar": [
        171,
        145,
        181
      ],
      "tab_text": [
        207,
        182,
        219
      ],
      "tab_background_text": [
        33,
        12,
        57
      ],
      "bookmark_text": [
        208,
        177,
        217
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        77,
        45,
        96
      ],
      "ntp_link": [
        132,
        95,
        12
      ],
      "button_background": [
        74,
        52,
        91,
        0.56
      ]
    },
    "tints": {
      "buttons": [
        0.8,
        0.21,
        0.71
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat"
    }
  }
}