Skip to content

Commit

Permalink
updated webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-ping committed May 26, 2020
1 parent a369318 commit 60ea27e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion client/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": "Food Mood",
"short_name": "Food Mood",
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 60ea27e

Please sign in to comment.