Examine source code of Galizur Theme

Inspect and view changes in Galizur 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": "Galizur Theme",
  "version": "2.1.0",
  "description": "A spellbound, vibrant dark browser theme",
  "author": "Raziel Anarki",
  "homepage_url": "https://github.com/razielanarki/browser-galizur-theme",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "theme": {
    "colors": {
      "background_tab": [
        51,
        60,
        204
      ],
      "background_tab_inactive": [
        85,
        87,
        119
      ],
      "background_tab_incognito": [
        102,
        34,
        153
      ],
      "background_tab_incognito_inactive": [
        85,
        68,
        119
      ],
      "bookmark_text": [
        204,
        205,
        221
      ],
      "button_background": [
        49,
        51,
        55,
        0
      ],
      "button_background_active": [
        49,
        51,
        55
      ],
      "button_background_hover": [
        170,
        85,
        70
      ],
      "frame": [
        51,
        60,
        204
      ],
      "frame_inactive": [
        85,
        87,
        119
      ],
      "frame_incognito": [
        102,
        34,
        153
      ],
      "frame_incognito_inactive": [
        85,
        68,
        119
      ],
      "icons": [
        136,
        153,
        170
      ],
      "icons_attention": [
        204,
        170,
        51
      ],
      "ntp_background": [
        42,
        44,
        46
      ],
      "ntp_header": [
        51,
        55,
        68
      ],
      "ntp_link": [
        51,
        153,
        255
      ],
      "ntp_text": [
        170,
        171,
        187
      ],
      "omnibox_background": [
        49,
        51,
        55
      ],
      "omnibox_text": [
        119,
        136,
        153
      ],
      "popup": [
        51,
        52,
        68
      ],
      "popup_border": [
        34,
        35,
        51
      ],
      "popup_highlight_text": [
        170,
        204,
        238
      ],
      "popup_highlight": [
        34,
        85,
        153
      ],
      "popup_text": [
        187,
        188,
        204
      ],
      "sidebar": [
        51,
        52,
        68
      ],
      "sidebar_border": [
        34,
        34,
        34
      ],
      "sidebar_highlight_text": [
        170,
        204,
        238
      ],
      "sidebar_highlight": [
        34,
        85,
        153
      ],
      "sidebar_text": [
        187,
        188,
        204
      ],
      "tab_background_separator": [
        34,
        35,
        51
      ],
      "tab_background_text": [
        170,
        204,
        238
      ],
      "tab_background_text_inactive": [
        170,
        171,
        187
      ],
      "tab_background_text_incognito": [
        119,
        136,
        153
      ],
      "tab_background_text_incognito_inactive": [
        85,
        87,
        119
      ],
      "tab_line": [
        51,
        119,
        204
      ],
      "tab_loading": [
        119,
        170,
        51
      ],
      "tab_selected": [
        51,
        52,
        68
      ],
      "tab_text": [
        187,
        188,
        204
      ],
      "toolbar": [
        58,
        60,
        62
      ],
      "toolbar_button_icon": [
        136,
        153,
        170
      ],
      "toolbar_bottom_separator": [
        34,
        35,
        51
      ],
      "toolbar_field_border_focus": [
        17,
        119,
        136
      ],
      "toolbar_field_border": [
        34,
        35,
        51
      ],
      "toolbar_field_focus": [
        49,
        51,
        55
      ],
      "toolbar_field_highlight_text": [
        170,
        187,
        204
      ],
      "toolbar_field_highlight": [
        34,
        85,
        153
      ],
      "toolbar_field_separator": [
        34,
        35,
        51
      ],
      "toolbar_field_text_focus": [
        187,
        188,
        204
      ],
      "toolbar_field_text": [
        187,
        188,
        204
      ],
      "toolbar_field": [
        49,
        51,
        55
      ],
      "toolbar_text": [
        204,
        205,
        221
      ],
      "toolbar_top_separator": [
        85,
        86,
        102
      ],
      "toolbar_vertical_separator": [
        34,
        35,
        51
      ]
    }
  }
}