From 3bbedc10075ba9b25e4b3912b2cb40107acb3fb7 Mon Sep 17 00:00:00 2001 From: taylor Date: Wed, 24 Mar 2021 11:41:44 +0200 Subject: [PATCH] Adds required fields for prompting add to homescreen in manifest.json --- public/js/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/js/manifest.json b/public/js/manifest.json index 7565124..da3aa9b 100644 --- a/public/js/manifest.json +++ b/public/js/manifest.json @@ -2,6 +2,9 @@ "name": "Quill", "short_name": "Quill", "description": "Quill is a simple app for posting to your website", + "background_color": "#428bca", + "display": "standalone", + "start_url": "/dashboard", "icons": [ { "src": "/images/quill-icon-57.png",