Examine source code of Serene Nature Escape

Inspect and view changes in Serene Nature Escape 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": "Serene Nature Escape",
  "version": "1.0",
  "description": "Immerse yourself in the tranquility of nature with this stunning Chrome theme",
  "theme": {
    "images": {
      "theme_toolbar": "images/toolbar.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_attribution": "images/attribution.png"
    },
    "colors": {
      "frame": [
        28,
        59,
        67
      ],
      "toolbar": [
        28,
        59,
        67
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "background_tab": [
        73,
        98,
        104
      ],
      "background_tab_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        28,
        59,
        67
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        28,
        59,
        67
      ]
    },
    "tints": {
      "buttons": [
        28,
        59,
        67
      ]
    }
  }
}