Examine source code of moving through SPACE

Inspect and view changes in moving through SPACE 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": "Space",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(5, 56, 83)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(13, 84, 123)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(255, 255, 255)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(255, 255, 255)",
      "popup": "rgb(3, 55, 83)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgb(9, 152, 241)",
      "button_background_hover": "rgb(3, 55, 83)",
      "icons_attention": "rgb(9, 152, 241)",
      "icons": "rgb(255, 255, 255)",
      "ntp_background": "rgb(3, 55, 83)",
      "ntp_text": "rgb(255, 255, 255)",
      "popup_border": "rgb(0, 0, 0)",
      "tab_selected": "rgb(33, 102, 145)",
      "tab_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(255, 255, 255)"
    }
  }
}