aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/manifest.json b/assets/manifest.json
index fee782f..f476f37 100644
--- a/assets/manifest.json
+++ b/assets/manifest.json
@@ -8,7 +8,8 @@
8 "type": "image/gif" 8 "type": "image/gif"
9 }], 9 }],
10 "start_url": "/", 10 "start_url": "/",
11 "display": "fullscreen", 11 "scope": "/",
12 "display": "standalone",
12 "theme_color": "#c242f4", 13 "theme_color": "#c242f4",
13 "background_color": "#c242f4" 14 "background_color": "#c242f4"
14} 15}