Red Se7en

Red Se7en

Bring Apple's iOS 7 feel to Chrome with "Red Se7en"…

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_ntp_background": "images/theme_ntp_background.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png"
    },
    "colors": {
      "frame": [
        239,
        26,
        26
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        47,
        47,
        47
      ],
      "tab_background_text": [
        63,
        63,
        63
      ],
      "bookmark_text": [
        47,
        47,
        47
      ],
      "ntp_background": [
        198,
        22,
        22
      ],
      "ntp_text": [
        47,
        47,
        47
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.25
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  },
  "name": "Red Se7en",
  "version": "1",
  "description": ""
}