From 86566b30018c9b452bffb63fffabb9538e365a1b Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 13 Oct 2016 16:46:27 +0100 Subject: [PATCH] Add `short_name` to manifest.json Aparently this is required for the home screen prompt --- public/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/manifest.json b/public/manifest.json index d9389f7..84a0176 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,6 @@ { "name": "Tor Explorer", + "short_name": "Tor Explorer", "start_url": "/", "display": "standalone", "background_color": "#895CA1",