Space

Space

This theme is add a beautiful Space to firefox.

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": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 0)",
      "toolbar_text": "rgb(251, 251, 251)",
      "frame": "rgb(14, 41, 65)",
      "tab_background_text": "rgb(245, 249, 250)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(252, 252, 252)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(243, 248, 248)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  }
}