Skip to content

Commit

Permalink
Create site.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
alecghica committed Feb 24, 2023
1 parent 140b2be commit 77ec69a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/favicon.ico",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon.ico",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 77ec69a

Please sign in to comment.