Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Top1 Trading Extension",
"version": "1.0.9",
"description": "TOP1 provides real-time crypto insights, token analysis, and trading tools directly on Twitter\/X, Discord, and DEX platforms.",
"icons": {
"16": "assets\/icons\/TOP1_logo_squared_16px.png",
"48": "assets\/icons\/TOP1_logo_squared_48px.png",
"128": "assets\/icons\/TOP1_logo_squared_128px.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/icons\/TOP1_logo_squared_16px.png",
"48": "assets\/icons\/TOP1_logo_squared_48px.png",
"128": "assets\/icons\/TOP1_logo_squared_128px.png"
}
},
"permissions": [
"activeTab",
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/cdn.syndication.twimg.com\/*",
"https:\/\/api.geckoterminal.com\/*",
"https:\/\/birdeye.so\/*",
"https:\/\/frontend-api-v3.pump.fun\/*",
"https:\/\/app.geckoterminal.com\/*",
"https:\/\/api.rugcheck.xyz\/*",
"https:\/\/api.coinlore.net\/*",
"https:\/\/api.top1.trade\/*",
"https:\/\/external-web-proxy.coinledger.io\/*",
"https:\/\/api.phantom.app\/*",
"https:\/\/ipfs.io\/*",
"https:\/\/coin-images.coingecko.com\/*",
"*:\/\/*.axiom.trade\/*",
"https:\/\/t.me\/*",
"https:\/\/datapi.jup.ag\/*",
"https:\/\/api.dexscreener.com\/*",
"https:\/\/lite-api.jup.ag\/*",
"https:\/\/wallet-api.jup.ag\/*",
"https:\/\/mainnet.helius-rpc.com\/*",
"https:\/\/*.helius-rpc.com\/*",
"wss:\/\/mainnet.helius-rpc.com\/*",
"wss:\/\/*.helius-rpc.com\/*",
"https:\/\/public-api.birdeye.so\/*",
"https:\/\/pumpportal.fun\/*",
"wss:\/\/pumpportal.fun\/*",
"https:\/\/pump.fun\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api.top1.trade https:\/\/api.geckoterminal.com https:\/\/app.geckoterminal.com https:\/\/frontend-api-v3.pump.fun https:\/\/api.rugcheck.xyz https:\/\/api.coinlore.net https:\/\/api.phantom.app https:\/\/external-web-proxy.coinledger.io https:\/\/coin-images.coingecko.com https:\/\/ipfs.io https:\/\/cdn.syndication.twimg.com https:\/\/t.me https:\/\/dexscreener.com https:\/\/*.dexscreener.com https:\/\/axiom.trade https:\/\/*.axiom.trade https:\/\/padre.gg https:\/\/*.padre.gg https:\/\/datapi.jup.ag https:\/\/api.dexscreener.com https:\/\/lite-api.jup.ag https:\/\/wallet-api.jup.ag https:\/\/mainnet.helius-rpc.com https:\/\/*.helius-rpc.com wss:\/\/mainnet.helius-rpc.com wss:\/\/*.helius-rpc.com https:\/\/public-api.birdeye.so https:\/\/pumpportal.fun wss:\/\/pumpportal.fun https:\/\/pump.fun; img-src 'self' data: blob: https:\/\/api.phantom.app\/; frame-src 'self' https:\/\/www.geckoterminal.com\/;"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/injection.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/tokenpreview.js",
"scripts\/cryptooverlay.js",
"scripts\/buttons.js",
"scripts\/twitter.js"
]
},
{
"matches": [
"*:\/\/*.axiom.trade\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/axiom2.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/cryptooverlay.js"
]
},
{
"matches": [
"*:\/\/discord.com\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/buttons.js",
"scripts\/tokenpreview.js",
"scripts\/cryptooverlay.js",
"scripts\/discord.js"
]
},
{
"matches": [
"*:\/\/*.telegram.org\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/buttons.js",
"scripts\/tokenpreview.js",
"scripts\/cryptooverlay.js",
"scripts\/telegram.js"
]
},
{
"matches": [
"*:\/\/*.dexscreener.com\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/cryptooverlay.js",
"scripts\/dexscreener.js"
]
},
{
"matches": [
"*:\/\/*.padre.gg\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/cryptooverlay.js",
"scripts\/padre.js"
]
},
{
"matches": [
"*:\/\/*.pump.fun\/*"
],
"js": [
"scripts\/logger.js",
"scripts\/dom-utils.js",
"scripts\/font-loader.js",
"scripts\/draggable-overlay.config.js",
"scripts\/ui-components.js",
"scripts\/api-fetches.js",
"scripts\/format-utils.js",
"scripts\/connection-utils.js",
"scripts\/token-utils.js",
"scripts\/cryptooverlay.js",
"scripts\/pumpfun.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"gecko_frame.html",
"gecko_frame.js",
"assets\/images\/*",
"assets\/icons\/*",
"assets\/sounds\/*",
"cryptooverlay.html",
"cryptooverlay.js",
"assets\/gifs\/*",
"assets\/images\/*",
"public\/*",
"src\/public\/assets\/images\/*",
"*.svg",
"*.png",
"*.gif",
"settings.html",
"scripts\/axiom.js",
"scripts\/injection.js",
"scripts\/quick-buy-button.js",
"assets\/icons\/TOP1_logo.svg",
"assets\/icons\/*",
"assets\/fonts\/*.ttf",
"assets\/fonts\/*",
"assets\/fonts\/*\/*",
"assets\/fonts\/Gilroy woff\/*",
"assets\/fonts\/Gilroy%20woff\/*",
"assets\/fonts\/woff-hinted\/*",
"assets\/fonts\/Gilroy woff\/*.woff2",
"assets\/fonts\/woff-hinted\/*.woff2",
"scripts\/Top1WalletProvider.js"
],
"matches": [
"<all_urls>"
]
}
]
}