fix: update manifest default_title to change extension tooltip text, closes #4078

This commit is contained in:
Pete Watters
2023-08-09 12:55:40 +01:00
parent dc07b4607a
commit 5f61753c0b

View File

@@ -82,7 +82,7 @@ const manifest = {
},
web_accessible_resources: [{ resources: ['inpage.js'], matches: ['*://*/*'] }],
action: {
default_title: 'Stacks',
default_title: 'Hiro Wallet',
default_popup: 'popup.html',
default_icon: defaultIconEnvironment[WALLET_ENVIRONMENT],
},