Examine source code of Lone Orchid III

Inspect and view changes in Lone Orchid III 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": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lone Orchid III",
  "version": "1.0",
  "description": "Lone Orchid III Theme for Google Chrome",
  "author": "Jcmacph",
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_tab_background": "tab_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_ntp_background": "background.png"
    },
    "colors": {
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        1,
        1,
        2
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}