Examine source code of Minthe

Inspect and view changes in Minthe 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": "Minthe",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(206, 223, 217)",
      "toolbar_text": "rgb(87, 96, 93)",
      "frame": "rgb(235, 252, 251)",
      "tab_background_text": "rgb(87, 96, 93)",
      "toolbar_field": "rgb(235, 252, 251)",
      "toolbar_field_text": "rgb(87, 96, 93)",
      "tab_line": "rgb(162, 173, 170)",
      "popup": "rgb(235, 252, 251)",
      "popup_text": "rgb(87, 96, 93)",
      "button_background_active": "rgb(183, 198, 193)",
      "button_background_hover": "rgb(235, 252, 251)",
      "icons": "rgb(162, 173, 170)",
      "sidebar_text": "rgb(183, 200, 194)",
      "sidebar": "rgb(22, 170, 90)",
      "tab_selected": "rgb(183, 198, 193)",
      "tab_text": "rgb(255, 255, 255)",
      "toolbar_field_border": "rgb(87, 96, 93)",
      "tab_loading": "rgb(162, 173, 170)"
    }
  }
}