diff --git a/src/android-chrome-192x192.png b/src/android-chrome-192x192.png new file mode 100644 index 0000000..8a3ea77 Binary files /dev/null and b/src/android-chrome-192x192.png differ diff --git a/src/android-chrome-512x512.png b/src/android-chrome-512x512.png new file mode 100644 index 0000000..fff118e Binary files /dev/null and b/src/android-chrome-512x512.png differ diff --git a/src/apple-touch-icon.png b/src/apple-touch-icon.png new file mode 100644 index 0000000..60b8d4b Binary files /dev/null and b/src/apple-touch-icon.png differ diff --git a/src/favicon-16x16.png b/src/favicon-16x16.png new file mode 100644 index 0000000..addee4b Binary files /dev/null and b/src/favicon-16x16.png differ diff --git a/src/favicon-32x32.png b/src/favicon-32x32.png new file mode 100644 index 0000000..a72e95b Binary files /dev/null and b/src/favicon-32x32.png differ diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..abb915b Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html index 4d61b55..a510a06 100644 --- a/src/index.html +++ b/src/index.html @@ -9,6 +9,10 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" /> + + + + diff --git a/src/site.webmanifest b/src/site.webmanifest new file mode 100644 index 0000000..e29e744 --- /dev/null +++ b/src/site.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Les Frouzivores - Commandes directes producteurs", + "short_name": "Les Frouzivores", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#38a169", + "background_color": "#ffffff", + "display": "standalone", + "start_url": "/" +}