devbook_ts/public/manifest.json
2020-05-20 22:03:12 +02:00

20 lines
No EOL
401 B
JSON

{
"short_name": "DevBook",
"name": "DevBook | Social App for devs",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#17a2b8",
"background_color": "#fafafa"
}