snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit aa3771948bb5209baaa3c02ef67316cf79714d0a
parent 1d6368cde902ca91c04b7e39653684478b49378e
Author: Robin Linus <robin_woll@capira.de>
Date:   Thu, 31 Dec 2015 02:17:42 +0100

Add twitter-image meta-tag

Diffstat:
Mapp/index.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/index.html b/app/index.html @@ -20,7 +20,8 @@ <meta name="application-name" content="PSK"> <link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png"> <link rel="fluid-icon" type="image/png" href="images/touch/chrome-touch-icon-192x192.png"> - <meta property="og:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png" /> + <meta property="og:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png"/> + <meta name="twitter:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png"/> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black">