From c7b02f02ad0a7e2888f2d7d3599719e59bbd1ee2 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 13 Nov 2025 14:56:02 +0100 Subject: frontend: design prototype --- static/manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 static/manifest.json (limited to 'static/manifest.json') diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..ae569c2 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "Memora", + "icons": [ + { + "src": "icons/512.png", + "type": "image/png", + "sizes": "512x512" + }, + { + "src": "icons/192.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": "https://debug.dom0.nathanreiner.xyz", + "display": "standalone" +} -- cgit v1.2.3-70-g09d2