Examine source code of Valorant Theme

Inspect and view changes in Valorant 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": 3,
  "name": "Valorant Theme",
  "description": "Created By Eddie Lucas",
  "version": "1.0",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        73,
        91
      ],
      "button_background": [
        255,
        73,
        91
      ],
      "control_background": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_link_underline": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        0,
        0,
        0
      ],
      "tab_background_text": [
        150,
        150,
        150
      ],
      "tab_text": [
        255,
        73,
        91
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_ntp_attribution": {
        "100": "images/ntp_attribution_2x.png"
      },
      "theme_button_background": "images/theme_tab_background.png",
      "theme_frame": "images/frame.png",
      "theme_ntp_background": "images/background.png",
      "theme_ntp_text": "images/tab.png",
      "theme_tab_background": "images/tab.png",
      "theme_tab_background_incognito": "images/tab.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom right",
      "ntp_background_repeat": "no-repeat",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.85
      ]
    }
  }
}