some fixes and also make it an installable PWA

This commit is contained in:
Lazy Hippopotamus
2024-03-05 21:48:03 -05:00
parent 434bb07d94
commit c700ca6562
11 changed files with 125 additions and 71 deletions

14
output/manifest.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Avraham Society",
"short_name": "AvrahamSociety",
"start_url": ".",
"display": "standalone",
"background_color": "#ff0000",
"description": "A Jewish Humanist organization serving the Middle East and North Africa",
"icons": [
{
"src": "res/Avraham_Society_icon.png",
"sizes": "any"
}
]
}