ezKrunker

ezKrunker

Now, You are a PRO!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ezKrunker",
  "version": "2.1.8",
  "manifest_version": 2,
  "homepage_url": "https://bit.ly/krunkerez",
  "description": "Now, You are a PRO!",
  "icons": {
    "16": "main/icons/icon16.png",
    "48": "main/icons/icon48.png",
    "128": "main/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "main/icons/icon19.png",
    "default_title": "Krunker 0x111111"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://krunker.io/*"
  ],
  "web_accessible_resources": [
    "*.js",
    "*.css",
    "*.obj",
    "*.png",
    "*.mp3",
    "*.ttf",
    "*.txt",
    "*.html",
    "*.json"
  ],
  "background": {
    "scripts": [
      "main/background.js"
    ]
  }
}