Exagon - Warm Colors on Your Tabs

Exagon - Warm Colors on Your Tabs

Elevate your Google Chrome browsing experience with our captivating "Exagon - Warm Colors on Your Tabs" theme. Immerse yourself in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exagon - Warm Colors on Your Tabs",
  "version": "1.0",
  "description": "",
  "manifest_version": 3,
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_toolbar": "images/theme_toolbar.jpeg",
      "theme_tab_background": "images/theme_tab_background.jpeg",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.jpeg"
    },
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        21,
        20,
        19
      ],
      "tab_text": [
        213,
        213,
        213
      ],
      "ntp_background": [
        19,
        19,
        19
      ],
      "tab_background_text": [
        130,
        130,
        130
      ],
      "bookmark_text": [
        186,
        186,
        186
      ],
      "ntp_text": [
        130,
        130,
        130
      ],
      "ntp_link": [
        6,
        55,
        116
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.78
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  }
}