Files
FlakeTest/client/manifest.json
2021-08-06 22:58:18 +02:00

14 lines
324 B
JSON

{
"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"
}