diff --git a/bundled-addons/aegis/addon.json b/bundled-addons/aegis/addon.json index 4e1abc4..dd92993 100644 --- a/bundled-addons/aegis/addon.json +++ b/bundled-addons/aegis/addon.json @@ -1,7 +1,7 @@ { "id": "aegis", "name": "Aegis Wallet", - "version": "0.4.1", + "version": "0.4.3", "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", diff --git a/bundled-addons/aegis/index.js b/bundled-addons/aegis/index.js index a4b05fa..4bc92fb 100644 --- a/bundled-addons/aegis/index.js +++ b/bundled-addons/aegis/index.js @@ -1624,7 +1624,10 @@ function registerPageMessages(api) { module.exports = { activate(api) { - api.registerSidebarPanel({ id: "main", title: "Wallet", icon: "🛡", page: "panel.html" }); + // No explicit icon — inherit manifest.icon (branded shield data URI) + // so the toolbar dock button renders the aegis.x brand mark instead + // of a fallback emoji. + api.registerSidebarPanel({ id: "main", title: "Wallet", page: "panel.html" }); const c = ctx = { api, d: null,