Simple Black Frame

Simple Black Frame

Minimalistic lightweight black theme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Simple Black Frame",
  "description": "Minimalistic lightweight black theme",
  "theme": {
    "images": {
      "theme_frame": "images/theme.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.webp"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        103,
        103,
        103
      ],
      "bookmark_text": [
        25,
        25,
        25
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_text": [
        63,
        63,
        63
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.856
      ]
    }
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "5.6.0"
}