Examine source code of turquoise gradient fox

Inspect and view changes in turquoise gradient fox 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": "1.0",
  "name": "turquoise gradient fox",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(1, 69, 85, 0.41)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(6, 46, 32)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(0, 50, 44)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 69, 61)",
      "popup": "rgb(9, 143, 143)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(0, 69, 61)"
    }
  }
}