Update site.webmanifest for 10.9.x
This commit is contained in:
parent
c96395dc56
commit
9d3c9d67c7
1 changed files with 27 additions and 4 deletions
|
@ -1,19 +1,42 @@
|
||||||
{
|
{
|
||||||
"name": "WATCH.LEVI.LAND",
|
"name": "WATCH.LEVI.LAND",
|
||||||
|
"description": "Media for Dragon and friends",
|
||||||
|
"lang": "en-US",
|
||||||
"short_name": "WATCH.LEVI.LAND",
|
"short_name": "WATCH.LEVI.LAND",
|
||||||
|
"start_url": "index.html#/home.html",
|
||||||
|
"theme_color": "#101010",
|
||||||
|
"background_color": "#101010",
|
||||||
|
"display": "standalone",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
{
|
||||||
|
"sizes": "72x72",
|
||||||
|
"src": "touchicon72.png",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sizes": "114x114",
|
||||||
|
"src": "touchicon114.png",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sizes": "144x144",
|
||||||
|
"src": "touchicon144.png",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "/web/android-chrome-192x192.png",
|
"src": "/web/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"sizes": "512x512",
|
||||||
|
"src": "touchicon512.png",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "/web/android-chrome-512x512.png",
|
"src": "/web/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#202020",
|
|
||||||
"display": "standalone"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue