aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/mobile/app.json6
-rw-r--r--apps/web/public/manifest.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index c1162dd6..4cee12ec 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -1,8 +1,8 @@
{
"expo": {
- "name": "Hoarder App",
- "slug": "hoarder",
- "scheme": "hoarder",
+ "name": "Karakeep App",
+ "slug": "karakeep",
+ "scheme": "karakeep",
"version": "1.6.9",
"orientation": "portrait",
"icon": "./assets/icon.png",
diff --git a/apps/web/public/manifest.json b/apps/web/public/manifest.json
index b42343f6..e0c1bbe9 100644
--- a/apps/web/public/manifest.json
+++ b/apps/web/public/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Hoarder",
- "short_name": "Hoarder",
+ "name": "Karakeep",
+ "short_name": "Karakeep",
"icons": [
{
"src": "/icons/logo-16.png",