Skip to content

Commit

Permalink
added menu.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tripasect committed Oct 21, 2024
1 parent db5e56b commit 4a06dad
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions favicons/menu.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Cafe Kalya",
"short_name": "Kalya",
"icons": [
{
"src": "/favicons/192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#908170",
"background_color": "#908170",
"display": "standalone"
}

0 comments on commit 4a06dad

Please sign in to comment.