CryptoBlades Tool - Advanced

CryptoBlades Tool - Advanced

Cryptoblades Tool, help you with Win Rate, Reward, & Status

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CryptoBlades Tool - Advanced",
  "description": "Cryptoblades Tool, help you with Win Rate, Reward, & Status",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "declarativeContent",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "js/module.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://app.cryptoblades.io/*",
        "*://folkwarriorsgame.io/*"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "version": "3.8.3",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}