Examine source code of Lone Orchid

Inspect and view changes in Lone Orchid 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",
  "version": "1.1",
  "description": "Lone Orchid Theme for Google Chrome",
  "author": "Jcmacph",
  "theme": {
    "images": {
      "theme_frame": "theme_frame.png",
      "theme_window_control_background": "window_control_background.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": [
        4,
        4,
        4
      ],
      "tab_background_text": [
        3,
        3,
        3
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.65
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}