Examine source code of Teffi's theme

Inspect and view changes in Teffi's theme 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",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "version": "0.0.1",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "images": {
      "theme_window_control_background": "theme_window_control_background.png",
      "theme_toolbar": "theme_toolbar.png"
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 0
    },
    "colors": {
      "omnibox_background": [
        236,
        221,
        250
      ]
    }
  }
}