From 8ccded641e6c4072b274e3e17f9ba16384499efe Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Tue, 16 Jun 2026 10:53:36 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index dd3d571..a0f1071 100644 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,12 @@ "name": "Woordjes Trainer", "short_name": "Woordjes", "start_url": "/learn.php", + "scope": "/", "display": "standalone", "background_color": "#ffffff", - "theme_color": "#2b2b2b", + "theme_color": "#222222", + "description": "Offline woordjes leren met spaced repetition", + "icons": [ { "src": "/assets/icons/icon-192.png",