Beautiful Animated Stars

Beautiful Animated Stars

Tema animado clásico de cielo estrellado para Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "BeautifulAnimatedStars@Godie"
    }
  },
  "version": "1.1",
  "name": "Beautiful Animated Stars",
  "author": "GODIE",
  "description": "Tema animado clásico de cielo estrellado para Firefox.",
  "icons": {
    "32": "images/icon-32.png"
  },
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/stars.gif"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ],
      "color_scheme": "dark",
      "content_color_scheme": "dark"
    },
    "colors": {
      "frame": "#000005",
      "tab_background_text": "#CCCCCC",
      "frame_inactive": "#120f16",
      "toolbar": "#1c1c1fba",
      "toolbar_text": "#b3b3b3",
      "toolbar_field": "#00000070",
      "toolbar_field_text": "#ffffff",
      "toolbar_top_separator": "#000000",
      "toolbar_bottom_separator": "#110918",
      "bookmark_text": "#d3d3d3",
      "toolbar_field_border": "#0a0a0a",
      "toolbar_field_focus": "#111111",
      "toolbar_field_border_focus": "#50505090",
      "toolbar_field_highlight": "#3050ae",
      "toolbar_field_highlight_text": "#dedede",
      "toolbar_field_text_focus": "#e5e5e6",
      "toolbar_vertical_separator": "#392b45",
      "button_background_hover": "#98839549",
      "button_background_active": "#0f0716bb",
      "icons": "#d8d8d9",
      "icons_attention": "#3090ee",
      "ntp_background": "#0d0c0f",
      "ntp_text": "#e5e5e6",
      "ntp_card_background": "#1d1b1f",
      "popup": "#0c0b0efc",
      "popup_text": "#e5e5e6",
      "popup_border": "#50505050",
      "popup_highlight": "#3050ae",
      "sidebar": "#0f0e11",
      "sidebar_text": "#d3d8db",
      "sidebar_border": "#29292980",
      "sidebar_highlight": "#202029",
      "sidebar_highlight_text": "#ffffff",
      "tab_line": "#38384140",
      "tab_loading": "#3090ee",
      "tab_loading_inactive": "#3090ee",
      "tab_selected": "#1c1c1fba",
      "tab_text": "#ffffff"
    }
  }
}