Haxball Room Search

Haxball Room Search

This Extension adds the functionality to search in the room list in haxball

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Haxball Room Search",
  "version": "0.1.4",
  "content_scripts": [
    {
      "matches": [
        "http://*.haxball.com/play",
        "https://*.haxball.com/play"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}