diff options
Diffstat (limited to 'assets/manifest.json')
| -rw-r--r-- | assets/manifest.json | 3 |
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 | } |
