Magic Theme

Magic Theme

A theme to integrate the browser Google Chrome™/Chromium™ in modern operating system. This grey theme was build to have a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "7.3",
  "manifest_version": 2,
  "name": "Magic Theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "colors": {
      "frame": [
        138,
        138,
        138
      ],
      "frame_inactive": [
        196,
        196,
        196
      ],
      "frame_incognito": [
        98,
        98,
        98
      ],
      "frame_incognito_inactive": [
        162,
        162,
        162
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "bookmark_text": [
        80,
        80,
        80
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        32,
        32,
        32
      ],
      "ntp_link": [
        80,
        80,
        80
      ],
      "ntp_header": [
        184,
        184,
        184
      ],
      "ntp_section": [
        242,
        242,
        242
      ],
      "ntp_section_text": [
        57,
        57,
        57
      ],
      "ntp_section_link": [
        80,
        80,
        80
      ],
      "control_background": [
        180,
        180,
        180
      ],
      "button_background": [
        180,
        180,
        180
      ]
    }
  }
}