Progress Pride Flag

Progress Pride Flag

A Firefox browser theme to express your pride! Includes the rainbow flag, as well as trans and BAME colours, arranged horizontally across the top of the browser. Other colours are subdued and some transparent so the design behind can be seen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Progress Pride Flag",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(132, 132, 132, 0.83)",
      "toolbar_text": "rgb(0, 0, 0)",
      "frame": "rgb(217, 59, 52)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(62, 71, 103)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(107, 21, 130)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  }
}