diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2020-09-14 19:23:10 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2020-09-14 19:23:10 -0700 |
commit | 7962df92f6aa6aac981d456ab1363a8ee6936091 (patch) | |
tree | a4045886f63dbc0662d896a674022b02091ddd53 /public | |
parent | a0c5f0e1fb3c3e579637f78e7c218ce6cb0c2db5 (diff) | |
parent | 1c6b833f0a45cd5f78b8db26c40895c175049d05 (diff) |
Merge remote-tracking branch 'bmann/bmann-manifest-pwa-upgrade' into fix-location-header
Diffstat (limited to 'public')
-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", |