14 lines
324 B
JSON
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"
|
|
}
|