Material

Material

Just a really simple swap of the toolbar background to the flat grey color of that in Chrome for Android. Titlebar area is…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Material",
  "theme": {
    "colors": {
      "tab_text": [
        92,
        92,
        92
      ],
      "tab_background_text": [
        85,
        85,
        85
      ],
      "toolbar": [
        240,
        240,
        240
      ]
    },
    "images": {
      "theme_toolbar": "images/toolbar.png"
    },
    "tints": {}
  },
  "version": "1.0",
  "manifest_version": 2
}