Files
ustk-todolist/client/public/manifest.json

16 lines
281 B
JSON

{
"short_name": "Todolist",
"name": "Simple todo list",
"icons": [
{
"src": "logo.svg.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./",
"display": "standalone",
"theme_color": "#4ba6fa",
"background_color": "#fbfbfb"
}