Examine source code of Neon Retro Moon

Inspect and view changes in Neon Retro 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": "Neon Retro",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(2, 18, 68, 0.65)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(2, 18, 68)",
      "tab_background_text": "rgb(139, 160, 226)",
      "toolbar_field": "rgb(2, 5, 16)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(237, 9, 98)",
      "popup": "rgb(2, 18, 68)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(237, 9, 98)"
    }
  }
}