diff --git a/Human-Connection b/Human-Connection
index 92920fe8d..a20aebc02 160000
--- a/Human-Connection
+++ b/Human-Connection
@@ -1 +1 @@
-Subproject commit 92920fe8da9b7e720e537de2d54a49550b224d60
+Subproject commit a20aebc027412ab14ed2d1cc13ec1146c262c2e2
diff --git a/backend/Dockerfile b/backend/Dockerfile
index 53874d798..af9bb27da 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -1 +1,2 @@
FROM schoolsinmotion/backend:build-and-test
+COPY constants/links.js constants/metadata.js src/config/
diff --git a/backend/constants/emails.js b/backend/constants/emails.js
new file mode 100644
index 000000000..d59048e20
--- /dev/null
+++ b/backend/constants/emails.js
@@ -0,0 +1,4 @@
+export default {
+ SUPPORT: 'support@human-connection.org',
+ MODERATION: 'moderation@human-connection.org',
+}
diff --git a/backend/constants/links.js b/backend/constants/links.js
new file mode 100644
index 000000000..36ee42370
--- /dev/null
+++ b/backend/constants/links.js
@@ -0,0 +1,7 @@
+export default {
+ ORGANIZATION: 'https://www.youth-and-arts.nrw/',
+ DONATE: 'https://www.youth-and-arts.nrw/de/kontakt',
+ IMPRINT: 'https://www.youth-and-arts.nrw/de/impressum',
+ DATA_PRIVACY: 'https://www.youth-and-arts.nrw/de/datenschutzerklaerung',
+ FAQ: 'https://www.youth-and-arts.nrw/de/kontakt',
+}
diff --git a/backend/constants/metadata.js b/backend/constants/metadata.js
new file mode 100644
index 000000000..6017cd1af
--- /dev/null
+++ b/backend/constants/metadata.js
@@ -0,0 +1,7 @@
+export default {
+ APPLICATION_NAME: 'fyphe_O',
+ APPLICATION_SHORT_NAME: 'fyphe',
+ APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
+ ORGANIZATION_NAME: 'Ensible e.V.',
+ ORGANIZATION_JURISDICTION: 'Köln',
+}
diff --git a/webapp/constants/emails.js b/webapp/constants/emails.js
index 5a69681ce..d59048e20 100644
--- a/webapp/constants/emails.js
+++ b/webapp/constants/emails.js
@@ -1,4 +1,4 @@
export default {
- SUPPORT: 'support-schools-in-motion@roschaefer.de',
- MODERATION: 'moderation-schools-in-motion@roschaefer.de',
+ SUPPORT: 'support@human-connection.org',
+ MODERATION: 'moderation@human-connection.org',
}
diff --git a/webapp/constants/manifest.js b/webapp/constants/manifest.js
deleted file mode 100644
index 95a9dea30..000000000
--- a/webapp/constants/manifest.js
+++ /dev/null
@@ -1,7 +0,0 @@
-export default {
- name: 'fyphe_O',
- short_name: 'fO',
- description: 'The schools in motion network',
- theme_color: '#17b53f',
- lang: 'en',
-}
diff --git a/webapp/constants/metadata.js b/webapp/constants/metadata.js
new file mode 100644
index 000000000..6017cd1af
--- /dev/null
+++ b/webapp/constants/metadata.js
@@ -0,0 +1,7 @@
+export default {
+ APPLICATION_NAME: 'fyphe_O',
+ APPLICATION_SHORT_NAME: 'fyphe',
+ APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
+ ORGANIZATION_NAME: 'Ensible e.V.',
+ ORGANIZATION_JURISDICTION: 'Köln',
+}
diff --git a/webapp/static/icon.png b/webapp/static/icon.png
index a9a119207..2fd4fe93d 100644
Binary files a/webapp/static/icon.png and b/webapp/static/icon.png differ
diff --git a/webapp/static/icon.svg b/webapp/static/icon.svg
index 8be72e739..44765d64b 100644
--- a/webapp/static/icon.svg
+++ b/webapp/static/icon.svg
@@ -1,105 +1 @@
-
-
+
\ No newline at end of file