Examine source code of Abstract Green Nebula

Inspect and view changes in Abstract Green Nebula 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": "http://clients2.google.com/service/update2/crx",
  "name": "Abstract Green Nebula",
  "theme": {
    "colors": {
      "frame": [
        175,
        231,
        71
      ],
      "ntp_link": [
        90,
        172,
        0
      ],
      "ntp_section": [
        125,
        197,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_header": [
        90,
        172,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame_test.png",
      "theme_toolbar": "images/theme_toolbar_test.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png"
    },
    "tints": {
      "buttons": [
        0.3,
        0.816,
        0.309
      ]
    },
    "properties": {
      "ntp_background_alignment": "top right"
    }
  },
  "version": "1.0"
}