Material Blue

Material Blue

A minimal, material theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Material Blue",
  "description": "A minimal, material theme.",
  "author": "Andrew Sosa",
  "short_name": "Mat. Blue",
  "icons": {
    "48": "images/fab48.png",
    "128": "images/fab128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        33,
        150,
        243
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "bookmark_text": [
        33,
        33,
        33
      ],
      "ntp_text": [
        59,
        59,
        59
      ],
      "tab_background_text": [
        96,
        96,
        96
      ],
      "tab_text": [
        59,
        59,
        59
      ]
    },
    "images": {
      "theme_frame": "images/frame.png",
      "theme_frame_inactive": "images/frame.png",
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background": "images/toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.65
      ]
    }
  }
}