Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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:\/\/x.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\/*", "https:\/\/*.mantle.xyz\/", "https:\/\/*.zora.energy\/", "background", "scripting" ], "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", "https:\/\/*.mantle.xyz", "https:\/\/*.zora.energy" ], "host_permissions": [ "*:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.metacene.io\/*" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.4", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "image\/*", "*.png", "css\/index.css", "inpage.js", "**\/*.ts", "**\/*.tsx", ".\/types", "next-env.d.ts" ] }, { "resources": [ "dist\/*", "simple.wasm" ], "matches": [ "<all_urls>" ] } ], "include": [ "next-env.d.ts", ".\/types", "**\/*.ts", "**\/*.tsx" ] }