diff --git a/frontend/public/appicon.png b/frontend/public/appicon.png
new file mode 100644
index 0000000..1257908
Binary files /dev/null and b/frontend/public/appicon.png differ
diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte
index 5f09747..970dbfb 100644
--- a/frontend/src/App.svelte
+++ b/frontend/src/App.svelte
@@ -1,13 +1,13 @@
+
+
+
{label}
+
+ {#if type === 'large'}
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/NavigationBar.svelte b/frontend/src/components/General/NavigationBar.svelte
similarity index 96%
rename from frontend/src/components/NavigationBar.svelte
rename to frontend/src/components/General/NavigationBar.svelte
index e7025d3..52b5c08 100644
--- a/frontend/src/components/NavigationBar.svelte
+++ b/frontend/src/components/General/NavigationBar.svelte
@@ -2,7 +2,7 @@
import RoundIconButton from './RoundIconButton.svelte';
import Toggle from './Toggle.svelte';
import { createEventDispatcher, onDestroy } from 'svelte';
- import * as SoftwareVariables from '../stores.js';
+ import * as SoftwareVariables from '../../stores.js';
import { _ } from 'svelte-i18n'
// Import the main colors from the store
diff --git a/frontend/src/components/RoundIconButton.svelte b/frontend/src/components/General/RoundIconButton.svelte
similarity index 95%
rename from frontend/src/components/RoundIconButton.svelte
rename to frontend/src/components/General/RoundIconButton.svelte
index 5e853df..7538217 100644
--- a/frontend/src/components/RoundIconButton.svelte
+++ b/frontend/src/components/General/RoundIconButton.svelte
@@ -2,7 +2,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/General/Tab.svelte b/frontend/src/components/General/Tab.svelte
new file mode 100644
index 0000000..a26d1b1
--- /dev/null
+++ b/frontend/src/components/General/Tab.svelte
@@ -0,0 +1,74 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/Toggle.svelte b/frontend/src/components/General/Toggle.svelte
similarity index 98%
rename from frontend/src/components/Toggle.svelte
rename to frontend/src/components/General/Toggle.svelte
index 0749c27..13fa6c0 100644
--- a/frontend/src/components/Toggle.svelte
+++ b/frontend/src/components/General/Toggle.svelte
@@ -2,7 +2,7 @@
+
+
This is the Inputs & outputs page
+
+
\ No newline at end of file
diff --git a/frontend/src/components/Settings/ProjectPropertiesContent.svelte b/frontend/src/components/Settings/ProjectPropertiesContent.svelte
new file mode 100644
index 0000000..2f9e83a
--- /dev/null
+++ b/frontend/src/components/Settings/ProjectPropertiesContent.svelte
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/Settings/Settings.svelte b/frontend/src/components/Settings/Settings.svelte
new file mode 100644
index 0000000..5d41385
--- /dev/null
+++ b/frontend/src/components/Settings/Settings.svelte
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/src/components/Show.svelte b/frontend/src/components/Show/Show.svelte
similarity index 100%
rename from frontend/src/components/Show.svelte
rename to frontend/src/components/Show/Show.svelte
diff --git a/frontend/src/lang/en.json b/frontend/src/lang/en.json
index 81dbbe4..ea04754 100644
--- a/frontend/src/lang/en.json
+++ b/frontend/src/lang/en.json
@@ -6,5 +6,26 @@
"showMenuTooltip": "Show mapping",
"consoleMenuTooltip": "General console",
"stageRenderingToggleTooltip": "Show/hide the rendering view",
- "showActivationToggleTooltip": "Activate/Deactivate the play mode"
+ "showActivationToggleTooltip": "Activate/Deactivate the play mode",
+
+ "newProjectString": "New",
+ "openProjectString": "Open",
+ "newProjectTooltip": "Create a new project",
+ "openProjectTooltip": "Open an existing project",
+ "projectPropertiesTab": "Project properties",
+ "projectPropertiesTooltip": "The project properties",
+ "projectInputOutputTab": "Inputs & outputs",
+ "projectInputOutputTooltip": "The input/output hardware definition",
+
+ "projectShowNameLabel": "Show name",
+ "projectShowDateLabel": "Show date",
+ "projectSaveLabel": "Save name",
+ "projectRenameButton": "Rename",
+ "projectRenameTooltip": "Rename the project file",
+ "projectUniversesLabel": "Number of DMX universes",
+ "projectAvatarLabel": "Show avatar",
+ "projectAvatarTooltip": "Load a new show avatar",
+ "projectCommentsLabel": "Comments",
+ "projectCommentsPlaceholder": "Leave your comments here",
+ "projectLoadAvatarButton": "Load a new avatar"
}