diff options
Diffstat (limited to 'static/manifest.webmanifest')
| -rw-r--r-- | static/manifest.webmanifest | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index 68a60f7..b6bd70c 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -1,7 +1,7 @@ { - "name": "Forum", - "start_url": "/", - "background_color": "#ffffff", - "display": "standalone", - "theme_color": "#ffffff" + "name": "Forum", + "start_url": "/", + "background_color": "#ffffff", + "display": "standalone", + "theme_color": "#ffffff" } |