Gmail's Android Theme

Gmail's Android Theme

Google Chrome Android Theme Based on Gmail's Android Theme

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"
    },
    "colors": {
      "frame": [
        244,
        244,
        244
      ],
      "toolbar": [
        252,
        252,
        252
      ],
      "tab_text": [
        34,
        34,
        34
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "bookmark_text": [
        64,
        64,
        64
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        64,
        64,
        64
      ],
      "button_background": [
        64,
        64,
        64,
        0.19
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Gmail's Android Theme",
  "version": "0.2",
  "description": "Google Chrome Android Theme Based on Gmail's Android Theme"
}