Frac

Frac

A unique color scheme for Google Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "A unique color scheme for Google Chrome.",
  "manifest_version": 2,
  "name": "Frac",
  "theme": {
    "colors": {
      "bookmark_text": [
        241,
        241,
        241
      ],
      "tab_background_text": [
        101,
        115,
        127
      ],
      "tab_text": [
        241,
        241,
        241
      ],
      "toolbar": [
        28,
        31,
        38
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_button_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "tints": {
      "buttons": [
        0.65,
        0.75,
        0.68
      ],
      "frame_incognito_inactive": [
        1,
        1,
        1
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}