youcount.github.io/manifest.json

33 lines
688 B
JSON
Raw Permalink Normal View History

2017-08-13 08:34:27 -07:00
{
2017-08-13 10:11:30 -07:00
"manifest_version": 2,
2017-08-13 10:15:22 -07:00
"version": "1.0.1",
2017-08-13 08:34:27 -07:00
"short_name": "YouCount",
2017-08-13 10:15:22 -07:00
"name": "YouCount",
2017-08-25 13:59:32 -07:00
"start_url": "/index.html",
2017-08-13 08:34:27 -07:00
"icons": [
{
2017-08-13 09:45:46 -07:00
"src": "/apple-touch-icon-precomposed.png",
2017-08-13 08:34:27 -07:00
"type": "image/png",
"sizes": "196x196"
2017-08-25 13:59:32 -07:00
},
{
"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"
2017-08-13 08:34:27 -07:00
}
],
2017-08-25 13:59:32 -07:00
"theme_color": "#e61919",
2017-08-13 10:15:22 -07:00
"background_color": "#fafafa",
2017-08-13 10:11:30 -07:00
"display": "standalone"
2017-08-13 08:34:27 -07:00
}