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": "Nest Wallet", "description": "The Ultimate Trading Wallet", "author": "[email protected]", "homepage_url": "https:\/\/nestwallet.xyz", "action": { "default_popup": "index.html" }, "side_panel": { "default_path": "index.html" }, "background": { "service_worker": "serviceworker.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/*.atlassian.net\/*" ], "run_at": "document_start", "js": [ "injected.js" ], "all_frames": true, "world": "MAIN" }, { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/*.atlassian.net\/*" ], "js": [ "popupMessage.js" ] }, { "matches": [ "<all_urls>" ], "exclude_globs": [ "*:\/\/*.atlassian.net\/*" ], "run_at": "document_start", "js": [ "contentscript.js" ], "all_frames": true }, { "matches": [ "*:\/\/connect.trezor.io\/9\/popup.html" ], "js": [ ".\/vendor\/trezor-content-script.js" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; img-src https: http:\/\/localhost:8080 data:; connect-src 'self' http:\/\/127.0.0.1:* ws:\/\/127.0.0.1:*\/ http:\/\/localhost:* https:\/\/*.binance.org https:\/\/*.g.alchemy.com https:\/\/*.gateway.tenderly.co https:\/\/*.gstatic.com\/ https:\/\/*.live.ledger.com https:\/\/*.lottiefiles.com https:\/\/*.nestwallet.app wss:\/\/*.nestwallet.app https:\/\/*.nestwallet.xyz https:\/\/*.safe.global https:\/\/*.swap.coffee https:\/\/api-beta.pathfinder.routerprotocol.com https:\/\/api.avax.network\/ext\/bc\/C\/rpc https:\/\/api.coingecko.com https:\/\/arb1.arbitrum.io\/rpc https:\/\/blast.blockpi.network\/v1\/rpc\/public https:\/\/blastsubgraph.ryoshi.id\/subgraphs\/name\/blastENS https:\/\/coins.llama.fi https:\/\/gateway.ipfs.io https:\/\/ipapi.co\/json https:\/\/li.quest https:\/\/api.dexscreener.com https:\/\/mainnet.base.org https:\/\/mainnet.optimism.io https:\/\/polygon-rpc.com https:\/\/api.mainnet.solana.com\/ https:\/\/api.mainnet-beta.solana.com\/ https:\/\/aura-mainnet.metaplex.com https:\/\/rpc.ankr.com https:\/\/rpc.blast.io https:\/\/rpc.flashbots.net https:\/\/rpc.gnosischain.com https:\/\/sepolia.blast.io https:\/\/rpc.scroll.io https:\/\/lottie.host https:\/\/quote-api.jup.ag https:\/\/tokens.jup.ag https:\/\/token.jup.ag https:\/\/price.jup.ag https:\/\/api.jup.ag https:\/\/api.rugcheck.xyz https:\/\/api.gopluslabs.io https:\/\/photon-sol.tinyastro.io https:\/\/ms.dexscreener.com https:\/\/api.moonshot.cc https:\/\/bot-api.moonshot.cc https:\/\/transaction-v1.raydium.io https:\/\/ton.access.orbs.network\/ https:\/\/api.ston.fi https:\/\/rpc.ston.fi https:\/\/api.dedust.io https:\/\/api.gas111.com https:\/\/mainnet.block-engine.jito.wtf https:\/\/four.meme https:\/\/rpc.zora.energy https:\/\/mainnet.era.zksync.io https:\/\/rpc.ankr.com\/zksync_era https:\/\/rpc.linea.build https:\/\/linea.blockpi.network\/v1\/rpc\/public https:\/\/www.google.com https:\/\/*.gstatic.com ws:\/\/0.0.0.0:* ws:\/\/localhost:*; frame-src 'self' https:\/\/connect.trezor.io\/; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com\/;" }, "icons": { "16": "favicon-32.png", "32": "favicon-32.png", "48": "favicon-48.png", "128": "favicon-128.png" }, "permissions": [ "alarms", "gcm", "identity", "notifications", "sidePanel", "storage", "tabs", "scripting" ], "host_permissions": [ "*:\/\/*\/" ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ "popupMessage.js" ], "matches": [ "<all_urls>" ] }, { "resources": [ ".\/fonts\/*" ], "matches": [ "<all_urls>" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgNnhfatVGK3Htrfe0uUdHlpBc0UI8IkmHdZgBO+Vghh7cviOfG9VdfefFHU4rCFmS1Efcj3BrI7LxA5xq1t\/grzNJo4aGulPR1pxaIQvRh0wFxVgW\/6pefVQqEsx1WjmwPbi1Qqf9DKorvioDqF0Sas8pAkAXj+P3uFhL2GxgRFpeGWp6NqauJtuTt1C3k0A8BCmnOEI1f4ykoUDq+p078NVPPUfvicGP09Pmv8C9Jl30iSdfjqM78QRKohEeFCb0c0YBUonbqRQznanWWxapfuwkiNdLww2UsOBaj9fcjXYuOV82XfEvh2PlfJDZlt+4RALKi2AIzzcFy5Jdkx7XQIDAQAB", "version": "1.2.2" }