HW ToE Assistant

HW ToE Assistant

HW ToE Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HW ToE Assistant",
  "version": "1.49",
  "description": "HW ToE Assistant",
  "icons": {
    "16": "ToE_16.png",
    "48": "ToE_48.png",
    "128": "ToE_128.png"
  },
  "action": {
    "default_icon": "ToE_16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://i.hero-wars-fb.com/*",
        "*://www.hero-wars.com/*",
        "*://i-heroes-vk.nextersglobal.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "inject.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "eventPage.js"
  },
  "permissions": [
    "storage"
  ],
  "externally_connectable": {
    "matches": [
      "*://i.hero-wars-fb.com/*",
      "*://www.hero-wars.com/*",
      "*://i-heroes-vk.nextersglobal.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js",
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "kmkpfppmpiefejglhiaiopiengaacbjg",
        "cnbjnjdfhbkiaimeniafdnaiddjaomlf"
      ]
    }
  ],
  "options_page": "options.html"
}