Holding the globe

Holding the globe

Foxkeh holds the globe browser theme for Firefox. Take a look on my channel: https://www.youtube.com/@colour-battle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Holding the globe",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(125, 228, 255, 0.25)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(0, 7, 87)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0.5)",
      "toolbar_field_text": "rgb(0, 7, 87)",
      "tab_line": "rgb(255, 90, 0)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 7, 87)",
      "tab_loading": "rgb(255, 90, 0)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d99ceb27-37cc-4feb-b927-9597a7d45a15}"
    }
  }
}