Examine source code of Ultra Violet Gradient

Inspect and view changes in Ultra Violet Gradient 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
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Ultra Violet Gradient",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat",
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(218, 202, 221)",
      "toolbar_text": "rgb(126, 54, 139)",
      "frame": "rgb(130, 168, 188)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(7, 8, 38)",
      "tab_line": "rgba(121, 48, 65, 0)",
      "popup": "rgb(218, 202, 221)",
      "popup_text": "rgb(0, 0, 0)",
      "tab_loading": "rgba(121, 48, 65, 0)"
    }
  }
}