Examine source code of wave crashes

Inspect and view changes in wave crashes 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,
  "name": "wave crashes",
  "version": "1.0",
  "description": "custom theme for Firefox",
  "theme": {
    "images": {
      "theme_frame": "images/header.jpg"
    },
    "colors": {
      "toolbar_field": "#ffffff",
      "toolbar_text": "white",
      "icons": "white",
      "tab_background_text": "white",
      "toolbar": "rgba(4, 12, 29, .3)",
      "frame": "#040c1d"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{319c65b5-f74f-421d-b9a0-b3eb3f23fd59}"
    }
  }
}