Examine source code of Beautiful dark theme

Inspect and view changes in Beautiful dark theme 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",
  "manifest_version": 2,
  "name": "Beautiful dark theme",
  "short_name": "dark theme 2k with repeat activated",
  "version": "1.6.0",
  "description": "Sober and light theme designed with a native resolution of 2560*1440(2k), each color has been studied to give you satisfaction.",
  "icons": {
    "16": "images/icons/icon16.png",
    "32": "images/icons/icon32.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "author": "Abneco",
  "theme": {
    "images": {
      "theme_button_background": "images/theme_window_control_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame_inactive.png",
      "theme_frame_incognito": "images/theme_frame.png",
      "theme_frame_incognito_inactive": "images/theme_frame.png",
      "theme_ntp_attribution": "images/theme_ntp_attribution.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png",
      "theme_tab_background_v": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "bookmark_text": [
        192,
        190,
        193
      ],
      "button_background": [
        59,
        59,
        59
      ],
      "control_background": [
        0,
        0,
        0
      ],
      "frame": [
        32,
        33,
        36
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "ntp_background": [
        64,
        64,
        64
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_link_underline": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_link": [
        0,
        0,
        0
      ],
      "ntp_section_link_underline": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        236,
        239,
        241
      ],
      "tab_background_text": [
        216,
        219,
        221
      ],
      "tab_text": [
        236,
        239,
        241
      ],
      "toolbar": [
        50,
        54,
        57
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.68
      ],
      "frame": [
        0.5,
        0.5,
        0.5
      ],
      "frame_inactive": [
        0.5,
        0.5,
        0.5
      ],
      "frame_incognito": [
        0.5,
        0.5,
        0.5
      ],
      "frame_incognito_inactive": [
        0.5,
        0.5,
        0.5
      ],
      "background_tab": [
        0.5,
        0.5,
        0.5
      ]
    },
    "properties": {
      "ntp_background_alignment": "center",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 0
    }
  }
}