Krunker Customiser

Krunker Customiser

Provides extra settings to help you customise your Krunker.io client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Krunker Customiser",
  "description": "Provides extra settings to help you customise your Krunker.io client",
  "version": "1.3.0",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://krunker.io/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.js; object-src 'self'",
  "permissions": [
    "storage",
    "tabs",
    "*://krunker.io/*"
  ]
}