Examine source code of Grass

Inspect and view changes in Grass 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.1",
  "name": "Grass",
  "description": "A beautiful theme with grass",
  "theme": {
    "colors": {
      "frame": [
        34,
        139,
        34
      ],
      "toolbar": [
        34,
        139,
        34
      ],
      "tab_text": [
        250,
        250,
        250
      ],
      "tab_background_text": [
        250,
        250,
        250
      ],
      "bookmark_text": [
        250,
        250,
        250
      ],
      "ntp_background": [
        34,
        139,
        34
      ],
      "frame_incognito": [
        247,
        0,
        74
      ]
    },
    "tints": {
      "buttons": [
        1,
        1,
        1
      ]
    },
    "images": {
      "theme_ntp_background": "img/grass copy.png",
      "theme_frame": "img/vv.png",
      "theme_toolbar": "img/grass copy.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    }
  }
}