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 @@ - +