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