Skip to content

Commit

Permalink
Add Gnosis safe app manifest and snapshot icon+avatar (snapshot-labs#791
Browse files Browse the repository at this point in the history
)

* Add Gnosis safe app manifest and snapshot icon+avatar

* Update public/manifest.json

Co-authored-by: Fabien <[email protected]>

Co-authored-by: Fabien <[email protected]>
  • Loading branch information
samuveth and bonustrack authored Oct 1, 2021
1 parent 30a87c0 commit da530ea
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Binary file added public/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"short_name": "Snapshot",
"name": "Snapshot App",
"description": "Where decisions get made",
"iconPath": "icon.svg",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "avatar.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "avatar.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

0 comments on commit da530ea

Please sign in to comment.