Examine source code of Froppy + Dark Theme

Inspect and view changes in Froppy + Dark Theme 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": "Froppy + Dark Theme",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(52, 55, 58, 0.57)",
      "toolbar_text": "rgb(107, 243, 116)",
      "frame": "rgb(31, 31, 30)",
      "tab_background_text": "rgb(35, 99, 99)",
      "toolbar_field": "rgba(31, 31, 30, 0.37)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(54, 173, 78)",
      "popup": "rgb(52, 55, 58)",
      "popup_text": "rgb(54, 173, 78)",
      "tab_loading": "rgb(54, 173, 78)"
    }
  }
}