Adding higher-resolution icons; Support for iOS app
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
BIN
src/assets/logo-app-512.png
Executable file
|
After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -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"
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||