Special Dark Theme

Special Dark Theme

Darkens Chrome. Love your eyes and your power bill.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "theme": {
    "images": {
      "theme_ntp_background": "background.png"
    },
    "colors": {
      "frame": [
        32,
        32,
        32
      ],
      "frame_inactive": [
        60,
        64,
        67
      ],
      "frame_incognito": [
        32,
        32,
        32
      ],
      "frame_incognito_inactive": [
        32,
        32,
        32
      ],
      "toolbar": [
        32,
        32,
        32
      ],
      "tab_text": [
        195,
        195,
        195
      ],
      "tab_background_text": [
        195,
        195,
        195
      ],
      "bookmark_text": [
        195,
        195,
        195
      ],
      "ntp_background": [
        32,
        32,
        32
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.96
      ]
    },
    "properties": {
      "ntp_logo_alternate": 1,
      "ntp_background_repeat": "repeat"
    }
  },
  "description": "Darkens Chrome. Love your eyes and your power bill.",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Special Dark Theme",
  "short_name": "Special Dark Theme",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "web_accessible_resources": [
    "*"
  ]
}