Examine source code of FoxSakura

Inspect and view changes in FoxSakura source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "3.0",
  "name": "FoxSakura",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(255, 255, 255, 0.2)",
      "toolbar_text": "rgb(127, 127, 127)",
      "frame": "rgb(255, 255, 255)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(255, 255, 255, 0.75)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgba(127, 127, 127, 0)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(0, 0, 0)",
      "button_background_active": "rgba(255, 255, 255, 0.34)",
      "button_background_hover": "rgba(255, 255, 255, 0.34)",
      "icons": "rgba(255, 255, 255, 0.85)",
      "sidebar_text": "rgb(0, 0, 0)",
      "sidebar": "rgb(250, 250, 250)",
      "tab_selected": "rgba(255, 255, 255, 0.3)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_bottom_separator": "rgb(0, 0, 0)",
      "toolbar_field_border": "rgb(0, 0, 0)",
      "toolbar_top_separator": "rgba(255, 255, 255, 0)",
      "tab_loading": "rgba(127, 127, 127, 0)"
    }
  }
}