Browse Source
Make display standalone for PWA purposes
pull/125/head
Boris Mann
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
public/js/manifest.json
|
@ -2,6 +2,7 @@ |
|
|
"name": "Quill", |
|
|
"name": "Quill", |
|
|
"short_name": "Quill", |
|
|
"short_name": "Quill", |
|
|
"description": "Quill is a simple app for posting to your website", |
|
|
"description": "Quill is a simple app for posting to your website", |
|
|
|
|
|
"display": "standalone", |
|
|
"icons": [ |
|
|
"icons": [ |
|
|
{ |
|
|
{ |
|
|
"src": "/images/quill-icon-57.png", |
|
|
"src": "/images/quill-icon-57.png", |
|
|