aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app')
-rw-r--r--apps/web/app/manifest.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/web/app/manifest.json b/apps/web/app/manifest.json
new file mode 100644
index 00000000..e0c1bbe9
--- /dev/null
+++ b/apps/web/app/manifest.json
@@ -0,0 +1,25 @@
+{
+ "name": "Karakeep",
+ "short_name": "Karakeep",
+ "icons": [
+ {
+ "src": "/icons/logo-16.png",
+ "sizes": "16x16",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "/icons/logo-48.png",
+ "sizes": "48x48",
+ "type": "image/png"
+ },
+ {
+ "src": "/icons/logo-128.png",
+ "sizes": "128x128",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "/",
+ "display": "standalone",
+ "orientation": "portrait"
+}