Skip to content

Commit

Permalink
quasar config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Brakke committed Apr 28, 2023
1 parent 2f7d627 commit 41783ac
Show file tree
Hide file tree
Showing 5 changed files with 2,641 additions and 1,323 deletions.
46 changes: 46 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "Cashu",
"short_name": "Cashu",
"description": "Cashu Wallet",
"display": "standalone",
"orientation": "portrait",
"background_color": "#12091f",
"theme_color": "#12091f",
"protocol_handlers": [
{
"protocol": "web+cashu",
"url": "/?token=%s"
},
{
"protocol": "web+lightning",
"url": "/?lightning=%s"
}
],
"icons": [
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Loading

0 comments on commit 41783ac

Please sign in to comment.