Examine source code of Lush Forest

Inspect and view changes in Lush Forest 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
{
  "manifest_version": 2,
  "version": "2.0",
  "name": "Lush Forest",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center bottom"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(0, 255, 103, 0.12)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(142, 179, 201)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(57, 77, 59)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(22, 66, 17)",
      "popup": "rgb(76, 93, 81)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(10, 128, 49)",
      "button_background_hover": "rgba(47, 204, 107, 0.4)",
      "icons_attention": "rgb(0, 244, 158)",
      "popup_border": "rgba(31, 111, 38, 0)",
      "tab_selected": "rgba(54, 173, 62, 0.33)",
      "toolbar_bottom_separator": "rgb(15, 49, 28)",
      "toolbar_field_border_focus": "rgb(175, 238, 182)",
      "toolbar_field_border": "rgb(76, 100, 78)",
      "tab_loading": "rgb(22, 66, 17)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7bb59195-f187-4134-a33f-ab002abb40a9}"
    }
  }
}