summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-15 12:39:47 +0300
committerYuval Adam <_@yuv.al>2017-07-15 12:39:47 +0300
commit85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (patch)
tree959bfefb73072e69ab4e1ff78b4e46d4cb11ce8c
parent92333261cd18753d034fdfc0615129770fda9f65 (diff)
Optimize iOS behavior
-rw-r--r--apple-touch-icon.png (renamed from whatzap.png)bin1272 -> 1272 bytes
-rw-r--r--index.html3
2 files changed, 2 insertions, 1 deletions
diff --git a/whatzap.png b/apple-touch-icon.png
index e87da98..e87da98 100644
--- a/whatzap.png
+++ b/apple-touch-icon.png
Binary files differ
diff --git a/index.html b/index.html
index 3db0861..0d889e1 100644
--- a/index.html
+++ b/index.html
@@ -3,9 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="apple-mobile-web-app-title" content="WhatZap">
+ <meta name="apple-mobile-web-app-capable" content="yes">
<title>Direct link to your WhatsApp contacts | WhatZap.space</title>
<link rel="stylesheet" type="text/css" href="style.css">
- <link rel="apple-touch-icon" href="whatzap.png">
<script src="cc.js"></script>
<script src="vue.min.js"></script>
</head>