Nostr OS — a desktop for Nostr
-
+ LAYER.systems
+
-
-
+
+
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
index d0e25e9..9ea9d39 100644
--- a/public/manifest.webmanifest
+++ b/public/manifest.webmanifest
@@ -1,7 +1,7 @@
{
- "name": "Nostr OS — a desktop for Nostr",
- "short_name": "Nostr OS",
- "description": "A Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.",
+ "name": "LAYER.systems",
+ "short_name": "LAYER.systems",
+ "description": "LAYER.systems — a Nostr client shaped like a desktop: feeds, profiles, threads and long-form articles open as windows you can move, resize and keep side by side.",
"start_url": "/",
"display": "standalone",
"background_color": "#f4f1ec",
diff --git a/src/components/os/OsShell.tsx b/src/components/os/OsShell.tsx
index 174dcad..d462c3e 100644
--- a/src/components/os/OsShell.tsx
+++ b/src/components/os/OsShell.tsx
@@ -80,7 +80,7 @@ export function OsShell({ boot, syncUrl = false }: OsShellProps) {
const app = focused ? getApp(focused.appId) : undefined;
useSeoMeta({
- title: focused ? `${focused.title} — Nostr OS` : 'Nostr OS — a desktop for Nostr',
+ title: focused ? `${focused.title} — LAYER.systems` : 'LAYER.systems',
description:
app?.description ??
'A desktop-style Nostr client: every app is a window you can move, resize and stack.',