diff --git a/Human-Connection b/Human-Connection
index 92920fe..a20aebc 160000
--- a/Human-Connection
+++ b/Human-Connection
@@ -1 +1 @@
-Subproject commit 92920fe8da9b7e720e537de2d54a49550b224d60
+Subproject commit a20aebc027412ab14ed2d1cc13ec1146c262c2e2
diff --git a/backend/Dockerfile b/backend/Dockerfile
index 53874d7..af9bb27 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 0000000..d59048e
--- /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 0000000..36ee423
--- /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 0000000..6017cd1
--- /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 5a69681..d59048e 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 95a9dea..0000000
--- 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 0000000..6017cd1
--- /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 a9a1192..2fd4fe9 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 8be72e7..44765d6 100644
--- a/webapp/static/icon.svg
+++ b/webapp/static/icon.svg
@@ -1,105 +1 @@
-
-
+
\ No newline at end of file