Simple & Flat

Simple & Flat

A Chrome theme that's simple but colorful. Uses the popular flat color scheme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
    },
    "colors": {
      "frame": [
        149,
        165,
        166
      ],
      "toolbar": [
        41,
        128,
        185
      ],
      "tab_text": [
        236,
        240,
        241
      ],
      "tab_background_text": [
        44,
        62,
        80
      ],
      "bookmark_text": [
        241,
        196,
        15
      ],
      "ntp_background": [
        236,
        240,
        241
      ],
      "ntp_text": [
        192,
        57,
        43
      ],
      "button_background": [
        41,
        128,
        185,
        1
      ]
    },
    "tints": {
      "buttons": [
        0.57,
        0.08,
        0.76
      ]
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat"
    }
  },
  "name": "Simple & Flat",
  "version": "1",
  "description": ""
}