Adding higher-resolution icons; Support for iOS app

This commit is contained in:
James Barnsley
2017-09-05 16:00:01 +12:00
parent 638171f258
commit 670e7e6472
7 changed files with 10 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
src/assets/logo-app-512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,20 +1,20 @@
{
"manifest_version": 2.2,
"manifest_version": 2.3,
"short_name": "Iris",
"name": "",
"icons": [
{
"src": "/iris/assets/icon-192.png",
"src": "/iris/assets/logo-app-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/iris/assets/icon-256.png",
"src": "/iris/assets/logo-icon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/iris/assets/icon-512.png",
"src": "/iris/assets/logo-full-512.png",
"type": "image/png",
"sizes": "512x512"
}

View File

@ -16,8 +16,14 @@
<link href="//fonts.googleapis.com/css?family=Overpass:400,400i,600,700,800" rel="stylesheet">
<!-- Chrome app -->
<link rel="manifest" href="/iris/assets/manifest.json">
<!-- Apple app -->
<link rel="apple-touch-startup-image" href="/iris/assets/logo-full-512.png">
<link rel="apple-touch-icon" sizes="192x192" href="/iris/assets/logo-app-192.png">
<link rel="apple-touch-icon" sizes="512x512" href="/iris/assets/logo-app-512.png">
</head>
<body>