diff --git a/assets/favicon.svg b/assets/favicon.svg new file mode 100644 index 0000000..ff672c2 --- /dev/null +++ b/assets/favicon.svg @@ -0,0 +1,94 @@ + + + + diff --git a/assets/favicon@192.png b/assets/favicon@192.png new file mode 100644 index 0000000..c8ce1c3 Binary files /dev/null and b/assets/favicon@192.png differ diff --git a/assets/favicon@512.png b/assets/favicon@512.png new file mode 100644 index 0000000..f2fc788 Binary files /dev/null and b/assets/favicon@512.png differ diff --git a/index.html b/index.html index ee42f99..9516f51 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,8 @@ + +
diff --git a/package-prod.sh b/package-prod.sh index 2cee094..1ac3d2d 100755 --- a/package-prod.sh +++ b/package-prod.sh @@ -10,6 +10,7 @@ echo "Copie des fichiers source" cp -v index.html "$OUT" cp -v logo.png "$OUT" +cp -v manifest.json "$OUT" cp -v -r ./js "$OUT" cp -v -r ./css "$OUT" cp -v -r ./icons "$OUT"