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