Skip to content

Commit

Permalink
v1.2.1: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmatrix committed Dec 26, 2023
1 parent 6b08aea commit 4d1f05f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions components/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,9 @@ const Preview: React.FC<ModalProps> = ({ show, onClose, _ENS_, chain, handlePare
let _gasData = gasData && gasData.formatted && gasData.formatted.gasPrice ? Number(gasData.formatted.gasPrice) : 0
gas[item.type] = value * _gasData * 0.000000001
})
if (item.type === 'addr') {
setAddr(data.response.addr)
}
if (item.type === 'avatar') {
setAvatar(data.response.avatar)
}
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "NameSys - ENS Off-Chain Records Manager",
"short_name": "NameSys",
"display": "standalone",
"orientation": "portrait",
"orientation": "landscape",
"purpose": "any maskable",
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "/",
"icons": [
{
"src": "/logo.png",
"sizes": "192x192",
"sizes": "192 x 192",
"type": "image/png"
},
{
"src": "/logo.png",
"sizes": "512x512",
"sizes": "512 x 512",
"type": "image/png"
}
]
Expand Down

0 comments on commit 4d1f05f

Please sign in to comment.