Zap Companion Firefox

Examine source code of Zap Companion

By: Zap Add-on
Inspect and view changes in Zap Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Zap Companion",
  "version": "1.7.24",
  "description": "Trade Solana tokens directly from a fast in-page panel connected to your own Telegram trading bot.",
  "browser_specific_settings": {
    "gecko": {
      "id": "zap-companion@zap.bot",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "financialAndPaymentInfo",
          "authenticationInfo"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://147-45-40-246.sslip.io/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "src/i18n.js",
        "src/content.js"
      ],
      "css": [
        "src/overlay.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gmgn.ai/*",
        "https://axiom.trade/*",
        "https://trade.padre.gg/*",
        "https://trojan.com/*"
      ],
      "js": [
        "src/i18n.js",
        "src/radar-url.js",
        "src/sound-buy.js",
        "src/trade-timing.js",
        "src/panel.js",
        "src/dryflip.js",
        "src/radar.js",
        "src/quickbuy.js",
        "src/pnl.js"
      ],
      "css": [
        "src/panel.css",
        "src/pnl.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "commands": {
    "quick-buy": {
      "suggested_key": {
        "default": "Alt+B"
      },
      "description": "Buy current token with default amount"
    },
    "sell-all": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Sell entire position in current token"
    },
    "devsell-any": {
      "suggested_key": {
        "default": "Alt+D"
      },
      "description": "Dev sell: buy when the creator sells any amount"
    },
    "devsell-whole": {
      "suggested_key": {
        "default": "Alt+H"
      },
      "description": "Dev sell: buy when the creator dumps their whole supply"
    },
    "toggle-panel": {
      "description": "Collapse / expand the panel (set a key in chrome://extensions/shortcuts)"
    },
    "sell-half": {
      "description": "Sell half of the position (set a key in chrome://extensions/shortcuts)"
    }
  },
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "Zap Companion",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/snake32.png",
        "icons/snake64.png",
        "icons/cards/*.webp"
      ],
      "matches": [
        "https://gmgn.ai/*",
        "https://axiom.trade/*",
        "https://trade.padre.gg/*",
        "https://trojan.com/*"
      ]
    }
  ]
}

Best Zap Companion Alternatives

Here are some Firefox add-ons that are similar to Zap Companion: