Space

Space

Space theme thing outside Earth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Space",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(225, 234, 239, 0)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(47, 47, 47)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgba(0, 0, 0, 0.6)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_hover": "rgba(255, 255, 255, 0.5)",
      "icons": "rgb(255, 255, 0)",
      "popup_border": "rgb(0, 255, 255)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  }
}