Examine source code of Red-Moon

Inspect and view changes in Red-Moon 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": "RedMoon",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat-x"
      ]
    },
    "colors": {
      "toolbar": "rgb(19, 19, 20)",
      "toolbar_text": "rgb(221, 64, 24)",
      "frame": "rgb(0, 0, 0)",
      "tab_background_text": "rgb(221, 64, 24)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(221, 64, 24)",
      "tab_line": "rgb(221, 64, 24)",
      "popup": "rgb(0, 0, 0)",
      "popup_text": "rgb(221, 64, 24)",
      "button_background_active": "rgb(229, 145, 125)",
      "button_background_hover": "rgb(230, 158, 139)",
      "frame_inactive": "rgb(233, 181, 167)",
      "icons_attention": "rgb(231, 156, 137)",
      "icons": "rgb(221, 64, 24)",
      "ntp_background": "rgb(37, 37, 32)",
      "ntp_text": "rgb(221, 64, 24)",
      "popup_border": "rgb(221, 64, 24)",
      "popup_highlight_text": "rgb(221, 64, 24)",
      "popup_highlight": "rgb(230, 158, 139)",
      "sidebar_border": "rgb(221, 64, 24)",
      "sidebar_highlight_text": "rgb(230, 158, 139)",
      "sidebar_highlight": "rgb(231, 153, 133)",
      "sidebar_text": "rgb(221, 64, 24)",
      "sidebar": "rgb(0, 0, 0)",
      "tab_background_separator": "rgb(231, 169, 153)",
      "tab_loading": "rgb(0, 0, 0)",
      "tab_selected": "rgb(35, 33, 30)",
      "tab_text": "rgb(221, 64, 24)",
      "toolbar_bottom_separator": "rgb(82, 35, 22)",
      "toolbar_field_border_focus": "rgb(221, 64, 24)",
      "toolbar_field_border": "rgb(221, 64, 24)",
      "toolbar_field_focus": "rgb(40, 35, 34)",
      "toolbar_field_highlight_text": "rgb(230, 158, 139)",
      "toolbar_field_highlight": "rgb(212, 52, 52)",
      "toolbar_field_separator": "rgb(82, 35, 22)",
      "toolbar_field_text_focus": "rgb(221, 64, 24)",
      "toolbar_top_separator": "rgb(82, 35, 22)",
      "toolbar_vertical_separator": "rgb(221, 64, 24)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7fa1f1ab-f6af-4c2b-a8ca-fc6e0be80528}"
    }
  }
}