Examine source code of Nature & Forest Theme

Inspect and view changes in Nature & Forest 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": 3,
  "version": "1.0",
  "name": "Nature & Forest Theme",
  "description": "A relaxing, nature-inspired theme with forest greens.",
  "theme": {
    "images": {
      "theme_frame": "forest_background.jpg"
    },
    "colors": {
      "frame": [
        34,
        139,
        34
      ],
      "toolbar": [
        0,
        100,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        144,
        238,
        144
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        46,
        139,
        87
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "button_background": [
        34,
        139,
        34
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat"
    }
  }
}