Wrestle Online Game New Tab

Wrestle Online Game New Tab

Hop up as you attempt to take your opponent out. Play single player mode, two player mode or online multiplayer mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "zillakgames",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "23",
  "default_locale": "en",
  "icons": {
    "128": "extension.png"
  },
  "chrome_url_overrides": {
    "newtab": "newPage/index.html"
  },
  "action": {
    "default_icon": "extension.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "history",
    "storage",
    "unlimitedStorage"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}