Examine source code of iPhone Inspired

Inspect and view changes in iPhone Inspired source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "name": "iPhone Inspired",
  "description": "Google Chrome theme inspired by the iPhone GUI",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_tab_background_v": "images/tab_background.png"
    },
    "colors": {
      "frame": [
        117,
        117,
        117
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        -1,
        1,
        1
      ]
    }
  }
}