Night Sky Theme

Night Sky theme by Linxroom. Imaginary sky. This theme for Chrome is free to download and comes with free lifetime updates. Night…
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": 3,
  "version": "0.0.1",
  "name": "Night Sky Theme",
  "theme": {
    "images": {
      "theme_ntp_background": "images/theme_background.png",
      "theme_frame_overlay": "images/frame-overlay.png"
    },
    "colors": {
      "frame": [
        96,
        125,
        139
      ],
      "toolbar": [
        61,
        129,
        168
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        192,
        192,
        192
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        55,
        71,
        79
      ],
      "button_background": [
        5,
        200,
        200
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        1,
        0.51
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 0
    }
  }
}