diff --git a/.DS_Store b/.DS_Store index 438f052..fe4cdff 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/config.py b/config.py index b5a89cc..9dc677b 100644 --- a/config.py +++ b/config.py @@ -24,3 +24,8 @@ class Config: # Optional: absolute Pfade, falls du später Docker o.ä. nutzt # CONFIG_DIR = os.path.join(os.path.dirname(__file__), 'configs') + + APP_NAME = "MK Sound & Control" + APP_NAME_SHORT = "MKSC" # für Tab-Titel, wenns kurz sein soll + APP_VERSION = "0.9.β" + APP_DESCRIPTION = "Websteuerung für MouldKing MK4/MK6-Hubs mit Soundboard" diff --git a/configs/moc-130550-sierra-railway-no-3-locomotivelesdiylesdiy-286276.png b/configs/moc-130550-sierra-railway-no-3-locomotivelesdiylesdiy-286276.png new file mode 100644 index 0000000..8ad88d9 Binary files /dev/null and b/configs/moc-130550-sierra-railway-no-3-locomotivelesdiylesdiy-286276.png differ diff --git a/other/favicon.zip b/other/favicon.zip new file mode 100644 index 0000000..96d45c5 Binary files /dev/null and b/other/favicon.zip differ diff --git a/static/favicon/apple-touch-icon.png b/static/favicon/apple-touch-icon.png new file mode 100644 index 0000000..9e6ee88 Binary files /dev/null and b/static/favicon/apple-touch-icon.png differ diff --git a/static/favicon/favicon-96x96.png b/static/favicon/favicon-96x96.png new file mode 100644 index 0000000..815975e Binary files /dev/null and b/static/favicon/favicon-96x96.png differ diff --git a/static/favicon/favicon.ico b/static/favicon/favicon.ico new file mode 100644 index 0000000..2d23f0e Binary files /dev/null and b/static/favicon/favicon.ico differ diff --git a/static/favicon/favicon.svg b/static/favicon/favicon.svg new file mode 100644 index 0000000..d55cdde --- /dev/null +++ b/static/favicon/favicon.svg @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/static/favicon/site.webmanifest b/static/favicon/site.webmanifest new file mode 100644 index 0000000..00a159a --- /dev/null +++ b/static/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "MK Sound & Control", + "short_name": "MKSC", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#950000", + "background_color": "#8a0000", + "display": "standalone" +} \ No newline at end of file diff --git a/static/favicon/web-app-manifest-192x192.png b/static/favicon/web-app-manifest-192x192.png new file mode 100644 index 0000000..453512e Binary files /dev/null and b/static/favicon/web-app-manifest-192x192.png differ diff --git a/static/favicon/web-app-manifest-512x512.png b/static/favicon/web-app-manifest-512x512.png new file mode 100644 index 0000000..f10642e Binary files /dev/null and b/static/favicon/web-app-manifest-512x512.png differ diff --git a/templates/base.html b/templates/base.html index aad6711..495987f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,22 +3,31 @@
-