working towards a PWA
This commit is contained in:
13
client/manifest.json
Normal file
13
client/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user