This commit is contained in:
Morten Olsen
2021-06-09 13:48:39 +02:00
parent 6ea785d076
commit c1b56ff1a9
5 changed files with 24 additions and 1 deletions

14
manifest.webmanifest Normal file
View File

@@ -0,0 +1,14 @@
{
"short_name": "catpic-delivery",
"name": "catpic.delivery",
"icons": [
{
"src": "public/cat.png",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}