reworked manifest file

This commit is contained in:
Geoff Doty 2019-06-26 12:46:09 -05:00
parent 26948ecb21
commit 5d099ce78a
4 changed files with 18 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -7,8 +7,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="images/icon.png">
<link rel="icon" type="image/icon" href="favicon.ico">
<link rel="stylesheet" href="vendor/grayscale/grayscale.min.css">

16
app/manifest.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "RiotJS Starter Seed",
"short_name": "RiotJS Starter",
"lang": "en-US",
"orientation": "landscape-primary",
"start_url": ".",
"display": "standalone",
"background_color": "#101010",
"theme_color": "#BABABA",
"description": "riotjs spa starter seed",
"icons": [{
"src": "images/logo.png",
"sizes": "192x192",
"type": "image/png"
}]
}

View File

@ -1,8 +0,0 @@
{
"icons": [{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"start_url": "/"
}