Pink Chrome Theme

Pink Chrome Theme

It's pink! Yep, pink. Pink colors.

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.1",
  "name": "Pink Chrome Theme",
  "theme": {
    "colors": {
      "frame": [
        250,
        189,
        189
      ],
      "frame_inactive": [
        250,
        189,
        189
      ],
      "toolbar": [
        242,
        213,
        213
      ],
      "ntp_background": [
        242,
        213,
        213
      ]
    },
    "tints": {
      "buttons": [
        1,
        0.9,
        0.3
      ]
    }
  }
}