Examine source code of Vaporwave for Firefox

Inspect and view changes in Vaporwave for Firefox 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": "Vaporwave",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "repeat-x"
      ]
    },
    "colors": {
      "toolbar": "rgb(8, 39, 56)",
      "toolbar_text": "rgb(248, 112, 140)",
      "frame": "rgb(142, 179, 201)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(6, 147, 229)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgb(6, 147, 229)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(6, 147, 229)",
      "button_background_hover": "rgb(6, 147, 229)",
      "ntp_background": "rgb(8, 39, 56)",
      "ntp_text": "rgb(6, 147, 229)",
      "popup_border": "rgb(248, 112, 140)",
      "popup_highlight_text": "rgb(0, 0, 0)",
      "popup_highlight": "rgb(248, 112, 140)",
      "sidebar_border": "rgb(6, 147, 229)",
      "sidebar_highlight_text": "rgb(6, 147, 229)",
      "sidebar_highlight": "rgb(8, 39, 56)",
      "sidebar_text": "rgb(248, 112, 140)",
      "tab_loading": "rgb(6, 147, 229)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5788d9f-7c78-4a6f-864a-eb234891383b}"
    }
  }
}