WIP: React

This commit is contained in:
Philipp Heckel 2022-02-18 09:49:51 -05:00
parent ce9e9f3e0d
commit 4c4e689af4
20 changed files with 31671 additions and 0 deletions

15
web/public/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"short_name": "Your Orders",
"name": "Your Orders",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}