XGainer | Web3 for Twitter

XGainer | Web3 for Twitter

XGainer: Elevate Twitter to a rewarding Web3 SocialFi hub - earn rewards for engagement and get crypto insights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "XGainer: Elevate Twitter to a rewarding Web3 SocialFi hub - earn rewards for engagement and get crypto insights.",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "XGainer | Web3 for Twitter",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.xgainer.xyz/*"
  ],
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    },
    {
      "matches": [
        "https://api.xgainer.xyz/*"
      ],
      "js": [
        "contentAuthScript.bundle.js"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "externally_connectable": {
    "matches": [
      "https://api.xgainer.xyz/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "chest.svg",
        "claimed.svg",
        "ext_logo.svg",
        "button_logo.svg",
        "double_arrow_left.svg",
        "token_logo.svg",
        "metamask.svg",
        "logo.svg",
        "close.png",
        "left_logo.png",
        "links.png",
        "expand.svg",
        "seemore.svg",
        "retweet.svg",
        "heart.svg",
        "gainer-logo.svg",
        "cmt.svg",
        "hint.svg",
        "gift.svg",
        "chests.svg",
        "openedBox.svg",
        "tokenLogoDark.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}