Examine source code of The Space 4k

Inspect and view changes in The Space 4k 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",
  "version": "2.0",
  "name": "The Space 4k",
  "author": "Noah Prisament",
  "description": "Everyone who loves space and its beauty, this theme is for you! Compatible with monitor resolutions of up to 3840x2160p.",
  "manifest_version": 3,
  "icons": {
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_ntp_background": "images/ntp_background_4k.png",
      "theme_frame": "images/theme_frame.png"
    },
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        172,
        226,
        219,
        0.27
      ],
      "frame": [
        43,
        128,
        145
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        64,
        64,
        64
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        110,
        173,
        165
      ],
      "control_background": [
        110,
        173,
        165
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        110,
        173,
        165
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0
      ]
    },
    "properties": {
      "ntp_background_alignment": "stretch",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    }
  }
}