summaryrefslogtreecommitdiff
path: root/src/server/web/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/web/manifest.json')
-rw-r--r--src/server/web/manifest.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/server/web/manifest.json b/src/server/web/manifest.json
deleted file mode 100644
index 48030a2980..0000000000
--- a/src/server/web/manifest.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "short_name": "Misskey",
- "name": "Misskey",
- "start_url": "/",
- "display": "standalone",
- "background_color": "#313a42",
- "theme_color": "#86b300",
- "icons": [
- {
- "src": "/static-assets/icons/192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/static-assets/icons/512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "share_target": {
- "action": "/share/",
- "params": {
- "title": "title",
- "text": "text",
- "url": "url"
- }
- }
-}