xMetaCene

xMetaCene

Recruit heroes, raise pets, repel invading bosses, search for treasure chests, and earn generous rewards.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "image/logo-34.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://*.metacene.io/*",
        "https://*.mixmarvel-sdk.com/*"
      ],
      "css": [
        "css/index.css"
      ],
      "js": [
        "js/jquery.js",
        "js/index.js",
        "js/content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Recruit heroes, raise pets, repel invading bosses, search for treasure chests, and earn generous rewards.",
  "icons": {
    "34": "image/logo-34.png",
    "128": "image/logo-128.png"
  },
  "manifest_version": 3,
  "name": "xMetaCene",
  "permissions": [
    "cookies",
    "https://*.metacene.io/*",
    "https://*.mixmarvel-sdk.com/*",
    "background"
  ],
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "optional_permissions": [
    "https://www.google.com/",
    "https://minigame.metacene.io",
    "https://x.metacene.io",
    "https://*.mixmarvel-sdk.com"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.metacene.io/*"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.6",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "image/*",
        "*.png",
        "css/index.css",
        "inpage.js"
      ]
    },
    {
      "resources": [
        "dist/*",
        "simple.wasm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}