From 392889b2ec6271803f09051980b9c687a47aa8f3 Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Mon, 15 Jun 2026 13:06:34 +0200 Subject: [PATCH] Add manifest.json --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..dd3d571 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Woordjes Trainer", + "short_name": "Woordjes", + "start_url": "/learn.php", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#2b2b2b", + "icons": [ + { + "src": "/assets/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file