new images added plus new theme colour

master
Manas Khurana 2017-08-26 02:29:32 +05:30 committed by GitHub
parent 244f1c9f62
commit bd8d9f9a3e
1 changed files with 17 additions and 1 deletions

View File

@ -3,14 +3,30 @@
"version": "1.0.1",
"short_name": "YouCount",
"name": "YouCount",
"start_url": "/index.html",
"icons": [
{
"src": "/apple-touch-icon-precomposed.png",
"type": "image/png",
"sizes": "196x196"
},
{
"src": "/images/logo-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "/images/logo-384.png",
"type": "image/png",
"sizes": "384x384"
},
{
"src": "/images/logo-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"theme_color": "#e52d27",
"theme_color": "#e61919",
"background_color": "#fafafa",
"display": "standalone"
}