Examine source code of Sunset Beach Theme

Inspect and view changes in Sunset Beach 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",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Sunset Beach Theme",
  "description": "Beautiful Beach.",
  "theme": {
    "images": {
      "theme_frame": "background.jpg",
      "theme_ntp_background": "background.jpg"
    },
    "colors": {
      "frame": [
        255,
        140,
        0
      ],
      "toolbar": [
        255,
        215,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "background_tab": [
        255,
        140,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.9,
        0.5,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}