Replace the hand-drawn approximations with the official SVGs from github.com/spothq/cryptocurrency-icons — the permissive-licensed set most exchanges, block explorers, and other wallets standardised on. Users see the same BCH / BTC / DGB / SC / TRX / ETH / SOL marks in Aegis they already recognise from Coinmarketcap, Coingecko, Trezor, MetaMask, etc. - BCH: green disc with the tilted Bitcoin-Cash B - BTC: orange disc with the classic Bitcoin B glyph - DGB: blue disc with the DigiByte D + swash - SC: brand-green disc with Siacoin's stylised S - TRX: red disc with the geometric Tron triangle-net - ETH: purple disc with the two-triangle Ethereum rhombus - SOL: mint disc with the three-slash Solana mark All SVGs are inlined in panel.js — no network fetches at panel load. Bumped addon 0.4.3 → 0.4.4 so seedBundledAddons reseeds the new panel on next launch.
15 lines
967 B
JSON
15 lines
967 B
JSON
{
|
|
"id": "aegis",
|
|
"name": "Aegis Wallet",
|
|
"version": "0.4.4",
|
|
"description": "Multi-chain wallet (BCH, BTC, TRX, ETH, SOL, SC, DGB) derived from your Theseus vault. Dapps get window.bitcoincash on .x sites; window.tronWeb / window.tronLink / window.ethereum / window.solana on any https page.",
|
|
"author": "Silent Mode",
|
|
"icon": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpolygon points='16,2 28,9 28,23 16,30 4,23 4,9' fill='%230a0a0d' stroke='%23D6FF3D' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='16' r='4.5' fill='none' stroke='%23D6FF3D' stroke-width='1.4'/%3E%3Ccircle cx='16' cy='16' r='1.6' fill='%23D6FF3D'/%3E%3C/svg%3E",
|
|
"main": "index.js",
|
|
"capabilities": ["sidebar-panel", "vault-derive", "page-inject", "approval-modal"],
|
|
"absorbs": ["bchwallet", "siawallet"],
|
|
"page-inject": {
|
|
"preload": "wallet-inject.js",
|
|
"origins": ["https://*/*"]
|
|
}
|
|
}
|