diff --git a/index.html b/index.html index 989ee647..75bf6278 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ + Evento + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 00000000..81947ccf --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "Evento", + "short_name": "EVT", + "start_url": "/", + "display": "standalone", + "background_color": "#fff", + "description": "Schulverwaltungsapplikation des Kantons Bern", + "theme_color": "#EA161F", + "icons": [ + { + "src": "icon.svg", + "sizes": "any" + } + ] +}