Examine source code of Night City Theme

Inspect and view changes in Night City 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": "Night City Theme",
  "description": "A sophisticated theme with a night city background and harmonious dark tones.",
  "version": "1.0",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "theme": {
    "images": {
      "theme_ntp_background": "images/night-city.jpg"
    },
    "colors": {
      "frame": [
        30,
        30,
        40
      ],
      "frame_inactive": [
        40,
        40,
        50
      ],
      "frame_incognito": [
        25,
        25,
        35
      ],
      "frame_incognito_inactive": [
        35,
        35,
        45
      ],
      "ntp_background": [
        20,
        20,
        30
      ],
      "toolbar": [
        25,
        25,
        35
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background": [
        169,
        169,
        169
      ],
      "tab_background_text": [
        200,
        200,
        220
      ],
      "bookmark_text": [
        180,
        180,
        200
      ],
      "tab_background_text_incognito": [
        180,
        180,
        200
      ],
      "tab_background_text_incognito_inactive": [
        180,
        180,
        200
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "background_tab": [
        30,
        30,
        40
      ],
      "background_tab_inactive": [
        30,
        30,
        40
      ],
      "background_tab_incognito": [
        25,
        25,
        35
      ],
      "background_tab_incognito_inactive": [
        25,
        25,
        35
      ],
      "tab_background_text_inactive": [
        150,
        150,
        170
      ],
      "toolbar_button_icon": [
        200,
        200,
        200
      ]
    },
    "tints": {
      "buttons": [
        0.5,
        0.5,
        0.5
      ]
    }
  }
}