diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..210d48f --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Shlichos Tasks", + "short_name": "Tasks for your Shlihus", + "start_url": "/app", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/app/icons/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/app/icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +}