Magic Theme - White Transparency

Magic Theme - White Transparency

A theme to integrate the browser Chromium™ (34 or less) in modern operating systems. This transparent theme was build to have a…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.3",
  "manifest_version": 2,
  "name": "Magic Theme - White Transparency",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_toolbar": "images/toolbar.png"
    },
    "color": {
      "frame": [
        255,
        255,
        255
      ],
      "frame_inactive": [
        255,
        255,
        255
      ],
      "frame_incognito": [
        205,
        205,
        205
      ],
      "frame_incognito_inactive": [
        205,
        205,
        205
      ],
      "toolbar": [
        180,
        180,
        180,
        0.5
      ]
    },
    "tints": {
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    }
  }
}