commit 03eb993a57147be521423101b360fa16d0f0a7f0
parent 3ad1a6e0efa746715aa767cbfbacf48252079d64
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date: Thu, 14 Mar 2019 20:20:50 +0100
Fix splash screen background color and install title
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/index.html b/client/index.html
@@ -44,7 +44,7 @@
<use xlink:href="#notifications" />
</svg>
</a>
- <a href="#" id="install" class="icon-button" title="Add to Homescreen">
+ <a href="#" id="install" class="icon-button" title="Install Snapdrop">
<svg class="icon">
<use xlink:href="#homescreen" />
</svg>
diff --git a/client/manifest.json b/client/manifest.json
@@ -22,7 +22,7 @@
"sizes": "512x512",
"type": "image/png"
}],
- "background_color": "#3367d6",
+ "background_color": "#efefef",
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#3367d6",