diff --git a/apps/client/index.html b/apps/client/index.html index 7ecb28091..d27d0fdd1 100644 --- a/apps/client/index.html +++ b/apps/client/index.html @@ -7,13 +7,15 @@ + + + - - ontime + Ontime diff --git a/apps/client/public/manifest.json b/apps/client/public/manifest.json index c364cc60a..d17fb7603 100644 --- a/apps/client/public/manifest.json +++ b/apps/client/public/manifest.json @@ -1,19 +1,21 @@ { - "name": "ontime", - "short_name": "ontime", + "name": "Ontime", + "short_name": "Ontime", "icons": [ { - "src": "favicon.ico", - "type": "image/x-icon" + "src": "ontime-logo-192.png", + "sizes": "192x192", + "type": "image/png" }, { - "src": "ontime-logo.png", + "src": "ontime-logo-512.png", + "sizes": "512x512", "type": "image/png" } ], "scope": "./", "start_url": "./", - "display": "", - "theme_color": "#121212", + "display": "standalone", + "theme_color": "#101010", "background_color": "#101010" } diff --git a/apps/client/public/ontime-logo-192.png b/apps/client/public/ontime-logo-192.png new file mode 100644 index 000000000..689f8d3f7 Binary files /dev/null and b/apps/client/public/ontime-logo-192.png differ diff --git a/apps/client/public/ontime-logo-512.png b/apps/client/public/ontime-logo-512.png new file mode 100644 index 000000000..d1439bf5c Binary files /dev/null and b/apps/client/public/ontime-logo-512.png differ diff --git a/apps/client/public/site.webmanifest b/apps/client/public/site.webmanifest deleted file mode 100644 index de7dd5e47..000000000 --- a/apps/client/public/site.webmanifest +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [{ "src": "ontime-logo.png", "sizes": "295x295", "type": "image/png" }], - "theme_color": "#121212", - "background_color": "#101010", - "display": "standalone" -} diff --git a/apps/client/src/common/hooks/useWindowTitle.ts b/apps/client/src/common/hooks/useWindowTitle.ts index 78603d38f..6dea664c8 100644 --- a/apps/client/src/common/hooks/useWindowTitle.ts +++ b/apps/client/src/common/hooks/useWindowTitle.ts @@ -6,6 +6,6 @@ import { useEffect } from 'react'; */ export function useWindowTitle(title: string) { useEffect(() => { - document.title = `ontime - ${title}`; + document.title = `Ontime - ${title}`; }, []); } diff --git a/apps/client/src/features/app-settings/panel/shutdown-panel/ShutdownPanel.tsx b/apps/client/src/features/app-settings/panel/shutdown-panel/ShutdownPanel.tsx index def6bf5dc..a7fcc8a9d 100644 --- a/apps/client/src/features/app-settings/panel/shutdown-panel/ShutdownPanel.tsx +++ b/apps/client/src/features/app-settings/panel/shutdown-panel/ShutdownPanel.tsx @@ -40,7 +40,7 @@ export default function ShutdownPanel() { {!isOntimeCloud && ( {!canShutdown && Only available from the machine running Ontime.} diff --git a/apps/electron/src/splash/splash.html b/apps/electron/src/splash/splash.html index 081147904..d0540fd57 100644 --- a/apps/electron/src/splash/splash.html +++ b/apps/electron/src/splash/splash.html @@ -6,7 +6,7 @@ http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'unsafe-inline'; script-src 'self'" /> - ontime + Ontime