From 52610a7410eb88bc339ba1bcc41ae4dafc69b0ef Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 12 Jan 2026 21:06:00 +0200 Subject: [PATCH] fix(client-standalone): missing manifest --- .../public/manifest.webmanifest | 20 +++++++++++++++++++ apps/client-standalone/src/index.html | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 apps/client-standalone/public/manifest.webmanifest diff --git a/apps/client-standalone/public/manifest.webmanifest b/apps/client-standalone/public/manifest.webmanifest new file mode 100644 index 000000000..1f8cb3b69 --- /dev/null +++ b/apps/client-standalone/public/manifest.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Trilium Notes", + "short_name": "Trilium", + "description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.", + "theme_color": "#333333", + "background_color": "#1F1F1F", + "display": "standalone", + "scope": "/", + "start_url": "/", + "display_override": [ + "window-controls-overlay" + ], + "icons": [ + { + "src": "icon.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/apps/client-standalone/src/index.html b/apps/client-standalone/src/index.html index 0a9a328b2..65d244ccb 100644 --- a/apps/client-standalone/src/index.html +++ b/apps/client-standalone/src/index.html @@ -6,7 +6,7 @@ - + Trilium Notes