Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Feb 24, 2024
1 parent 719ef73 commit 77363d5
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions site/docs/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "OnchainKit",
"short_name": "OnchainKit",
"icons": [
{
"src": "/favicon/16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon/48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/favicon/96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}
"name": "OnchainKit",
"short_name": "OnchainKit",
"icons": [
{
"src": "/favicon/16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/favicon/48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/favicon/96x96.png",
"sizes": "96x96",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}

0 comments on commit 77363d5

Please sign in to comment.