reworked manifest file
This commit is contained in:
parent
26948ecb21
commit
5d099ce78a
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -7,8 +7,8 @@
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="manifest" href="site.webmanifest">
|
<link rel="manifest" href="manifest.json">
|
||||||
<link rel="apple-touch-icon" href="icon.png">
|
<link rel="apple-touch-icon" href="images/icon.png">
|
||||||
<link rel="icon" type="image/icon" href="favicon.ico">
|
<link rel="icon" type="image/icon" href="favicon.ico">
|
||||||
|
|
||||||
<link rel="stylesheet" href="vendor/grayscale/grayscale.min.css">
|
<link rel="stylesheet" href="vendor/grayscale/grayscale.min.css">
|
||||||
|
|
|
@ -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"
|
||||||
|
}]
|
||||||
|
}
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"icons": [{
|
|
||||||
"src": "icon.png",
|
|
||||||
"sizes": "192x192",
|
|
||||||
"type": "image/png"
|
|
||||||
}],
|
|
||||||
"start_url": "/"
|
|
||||||
}
|
|
Loading…
Reference in New Issue