Sunset Theme

It's simple and replaces your current Chrome Tab with Sunset Theme. HOW TO UNINSTALL: - Access the Settings on your Chrome…
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": "Sunset Theme",
  "version": "1.0",
  "description": "",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_ntp_background": "images/theme_ntp_background.jpeg"
    },
    "colors": {
      "frame": [
        17,
        14,
        12
      ],
      "toolbar": [
        200,
        190,
        210
      ],
      "tab_text": [
        17,
        14,
        12
      ],
      "tab_background_text": [
        200,
        190,
        210
      ],
      "bookmark_text": [
        17,
        14,
        12
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        50,
        50,
        50
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.07,
        0.17,
        0.06
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}