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