commit 80fb7f680dd97246273846599c9e333a6e9d3fdc
parent 9ac33a6b8aafcf7006423456c475559962905091
Author: finwo <finwo@pm.me>
Date: Sun, 14 Sep 2025 20:42:48 +0200
Add a basic description to the manifest
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/packages/app/src/assets/manifest.json b/packages/app/src/assets/manifest.json
@@ -5,5 +5,8 @@
"start_url": "/",
"display": "standalone",
"theme_color": "black",
- "background_color": "black"
+ "background_color": "black",
+ "orientation": "portrait",
+ "description": "The Distributed Social App",
+ "id": "/"
}