Examine source code of Spaceship

Inspect and view changes in Spaceship 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": "Spaceship",
  "theme": {
    "images": {},
    "properties": {},
    "colors": {
      "toolbar": "rgb(51, 51, 58)",
      "toolbar_text": "rgb(225, 253, 255)",
      "frame": "rgb(63, 63, 80)",
      "tab_background_text": "rgb(208, 212, 220)",
      "toolbar_field": "rgb(75, 75, 84)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(255, 0, 0)",
      "popup": "rgb(31, 34, 61)",
      "popup_text": "rgb(172, 193, 210)",
      "tab_loading": "rgb(255, 0, 0)"
    }
  }
}