Surviv.io Pointer

Surviv.io Pointer

Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Surviv.io Pointer",
  "version": "0.4",
  "browser_action": {
    "default_icon": "radioactive.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://surviv.io/*",
        "*://surviv2.io/*",
        "*://surviv2.io/*",
        "*://2dbattleroyale.com/*",
        "*://2dbattleroyale.com/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}