aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/manifest.json')
-rw-r--r--apps/web/app/manifest.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/web/app/manifest.json b/apps/web/app/manifest.json
deleted file mode 100644
index e0c1bbe9..00000000
--- a/apps/web/app/manifest.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "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"
-}