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",