TecnoTema Black-Light

TecnoTema Black-Light

A theme from TecnoSpeed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TecnoTema Black-Light",
  "short_name": "TecnoTema Light",
  "version": "1.0.0",
  "author": "Fernando Migliorini Tenório",
  "description": "A theme from TecnoSpeed",
  "theme": {
    "colors": {
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "frame": [
        61,
        61,
        61
      ],
      "ntp_background": [
        27,
        27,
        27
      ],
      "ntp_text": [
        28,
        28,
        28
      ],
      "tab_background_text": [
        28,
        28,
        28
      ],
      "tab_text": [
        28,
        28,
        28
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "properties": {
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    }
  }
}