youcount.github.io/manifest.json

17 lines
336 B
JSON

{
"manifest_version": 2,
"version": "1.0.1",
"short_name": "YouCount",
"name": "YouCount",
"icons": [
{
"src": "/apple-touch-icon-precomposed.png",
"type": "image/png",
"sizes": "196x196"
}
],
"theme_color": "#e52d27",
"background_color": "#fafafa",
"display": "standalone"
}