diff options
author | Boris Mann <boris@bmannconsulting.com> | 2020-05-14 13:09:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 13:09:58 -0700 |
commit | 1c6b833f0a45cd5f78b8db26c40895c175049d05 (patch) | |
tree | ee68e4ad27f340a2c13f9d0d11efc37bb7d076f9 /public/js/manifest.json | |
parent | b2a1b6c9d6544708d5092ae47810766eece04c19 (diff) |
Make display standalone for PWA purposes
Diffstat (limited to 'public/js/manifest.json')
-rw-r--r-- | public/js/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/manifest.json b/public/js/manifest.json index 7565124..90a21db 100644 --- a/public/js/manifest.json +++ b/public/js/manifest.json @@ -2,6 +2,7 @@ "name": "Quill", "short_name": "Quill", "description": "Quill is a simple app for posting to your website", + "display": "standalone", "icons": [ { "src": "/images/quill-icon-57.png", |