1
Fork 0
solar-conflux/elm/todolist/public/manifest.json
Matei Adriel 8cd06f56bd
elm(todolist): chore: initial setup
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-11-28 15:56:39 +02:00

16 lines
294 B
JSON

{
"short_name": "Elm App",
"name": "Create Elm App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}