Files
FlakeTest/client/manifest.json

14 lines
324 B
JSON
Raw Normal View History

2021-08-06 22:57:59 +02:00
{
"name": "Flake Test",
"background_color": "#c59",
"description": "A test WebApp for nix flakes and automatic linking of the server and the client",
"icons": [
{
"src": "icons/logo.png",
"sizes": "144x144"
}
],
"start_url": ".",
"display": "standalone"
}