diff --git a/index.html b/index.html index e0ef3be8..54e9ce7d 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Vite + React + TS +
diff --git a/public/icon-192x192.svg b/public/icon-192x192.svg new file mode 100644 index 00000000..e4b60fa9 --- /dev/null +++ b/public/icon-192x192.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/icon-512x512.svg b/public/icon-512x512.svg new file mode 100644 index 00000000..be859f42 --- /dev/null +++ b/public/icon-512x512.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..50aecbe5 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Vite React App", + "short_name": "ViteApp", + "description": "Bottler", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/icon-192x192.svg", + "sizes": "192x192", + "type": "image/svg+xml" + }, + { + "src": "/icon-512x512.svg", + "sizes": "512x512", + "type": "image/svg+xml" + } + ] +}