Examine source code of Blue, Purple, Pink Tie Dye

Inspect and view changes in Blue, Purple, Pink Tie Dye 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_tab_background": "theme_tab_background.png",
      "theme_frame": "theme_frame.png",
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_frame_inactive": "theme_frame_inactive.png"
    },
    "properties": {
      "ntp_logo_alternate": 1
    }
  }
}