GitHub Copilot

GitHub Copilot

Made to match the Copilot website theme. GitHub Copilot by Tatsze.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Tatsze",
  "name": "GitHub Copilot",
  "description": "Made to match the Copilot website theme. GitHub Copilot by Tatsze.",
  "version": "0.0.1",
  "manifest_version": 3,
  "theme": {
    "colors": {
      "frame": [
        35,
        34,
        52
      ],
      "frame_inactive": [
        35,
        34,
        52
      ],
      "frame_incognito": [
        35,
        34,
        52
      ],
      "frame_incognito_inactive": [
        35,
        34,
        52
      ],
      "toolbar": [
        45,
        37,
        71
      ],
      "omnibox_background": [
        45,
        37,
        71
      ],
      "ntp_background": [
        45,
        37,
        71
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_header": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_inactive": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        -1,
        -1,
        -1
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}