Examine source code of nothern lights

Inspect and view changes in nothern lights 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": "Nothern Lights relaxed",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(2, 14, 3, 0.29)",
      "toolbar_text": "rgb(8, 192, 178)",
      "frame": "rgb(8, 192, 178)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(8, 192, 178, 0.51)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(106, 40, 243)",
      "popup": "rgba(8, 192, 178, 0.63)",
      "popup_text": "rgb(255, 255, 255)",
      "icons": "rgb(8, 192, 178)",
      "ntp_background": "rgb(0, 14, 255)",
      "ntp_text": "rgb(0, 14, 255)",
      "popup_highlight": "rgb(0, 14, 255)",
      "sidebar_highlight": "rgb(0, 14, 255)",
      "sidebar_text": "rgb(8, 192, 178)",
      "sidebar": "rgb(2, 14, 3)",
      "tab_text": "rgba(8, 192, 178, 0.83)",
      "tab_loading": "rgb(106, 40, 243)"
    }
  }
}