Surviv.io Cursor Changer

Surviv.io Cursor Changer

Addon to change the game cursor so it's easier to see it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Surviv.io Cursor Changer",
  "version": "1.0.0",
  "description": "Addon to change the cursor in the game",
  "homepage_url": "https://github.com/Harystolho/survivio-cursor",
  "permissions": [
    "activeTab"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://surviv.io/"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ]
}