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