Examine source code of Peach

Inspect and view changes in Peach 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
{
  "name": "Peach",
  "manifest_version": 2,
  "version": "1.0",
  "theme": {
    "images": {
      "theme_frame": "index.png"
    },
    "colors": {
      "frame": "rgba(255, 122, 82, 0.83)",
      "tab_background_text": "rgba(46, 2, 0, 0.52)",
      "bookmark_text": "rgba(52, 79, 102, 1)",
      "toolbar_field": "rgba(196, 95, 58, 0.8)",
      "toolbar_field_text": "rgba(46, 2, 0, 0.52)",
      "tab_line": "rgba(196, 95, 58, 0.8)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ae21c5ba-0eaa-4085-a211-7138320b23c4}"
    }
  }
}