Examine source code of Night Forest 720p

Inspect and view changes in Night Forest 720p 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",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "version": "2.1.0",
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "theme": {
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "clear_new_tab": {
      "size": "cover_screen"
    },
    "images": {
      "theme_ntp_background": "theme_ntp_background.png",
      "theme_toolbar": "theme_toolbar.png",
      "theme_tab_background": "theme_tab_background.png",
      "theme_tab_background_inactive": "theme_tab_background_inactive.png"
    },
    "colors": {
      "toolbar": [
        46,
        103,
        129
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        48,
        48,
        48
      ],
      "frame_inactive": [
        64,
        64,
        64
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        47,
        104,
        130
      ],
      "tab_background_text_inactive": [
        189,
        189,
        189
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        32,
        68,
        84
      ],
      "background_tab": [
        38,
        38,
        38
      ],
      "background_tab_inactive": [
        38,
        38,
        38
      ],
      "ntp_link": [
        251,
        255,
        117
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "toolbar_text": [
        255,
        255,
        255
      ]
    }
  }
}