Examine source code of Earth at Night NASA 2016

Inspect and view changes in Earth at Night NASA 2016 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",
  "description": " 2016 image of Earth at Night from NASA. Image source: https://www.nasa.gov/mission_pages/NPP/news/earth-at-night.html#.VxwLMWcrLmE ",
  "version": "4.0.0.0",
  "manifest_version": 2,
  "name": "Earth at Night NASA  2016",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/BlackMarble_2016_3km.jpg",
      "theme_tab_background": "images/theme_tab_background.png"
    },
    "colors": {
      "bookmark_text": [
        106,
        123,
        181
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "frame": [
        4,
        5,
        72
      ],
      "ntp_background": [
        42,
        51,
        84
      ],
      "ntp_text": [
        106,
        123,
        181
      ],
      "tab_background_text": [
        106,
        123,
        181
      ],
      "tab_text": [
        106,
        123,
        181
      ],
      "toolbar": [
        5,
        5,
        15
      ],
      "theme_button_background": [
        5,
        5,
        15
      ]
    },
    "tints": {
      "buttons": [
        227,
        33.3,
        24.7
      ]
    },
    "properties": {
      "ntp_background_alignment": "top cover",
      "ntp_background_repeat": "no-repeat"
    }
  }
}