working towards a PWA

This commit is contained in:
2021-08-06 22:57:59 +02:00
parent da4d094689
commit 9d103f5f34
7 changed files with 487 additions and 94 deletions

13
client/manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"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"
}