Android™ Light Theme

Android™ Light Theme

Google Chrome™ theme inspired by Android™ theme for Gmail™

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.3.1",
  "name": "Android™ Light Theme",
  "description": "Google Chrome™ theme inspired by Android™ theme for Gmail™",
  "theme": {
    "images": {
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat-x"
    },
    "colors": {
      "ntp_link": [
        164,
        198,
        57
      ],
      "toolbar": [
        209,
        226,
        156
      ],
      "ntp_section": [
        209,
        226,
        156
      ]
    }
  }
}