Examine source code of Better ESEA [Unofficial]

Inspect and view changes in Better ESEA [Unofficial] 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
{
  "name": "Better ESEA [Unofficial]",
  "version": "1.2.1resigned1",
  "description": "Dark Version for ESEA by Michal Walko",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "http://*.esea.net/*",
        "https://*.esea.net/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c02f6e11-8284-4010-8804-6157b9a6a3de}"
    }
  }
}