Initial commit

This commit is contained in:
2025-06-22 00:01:22 +03:00
parent fd70166cf6
commit 033b80bfad
153 changed files with 26874 additions and 1 deletions

23
app/manifest.webmanifest Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "ממ\"ד-אפ",
"short_name": "ממ\"ד",
"description": "דיווחים בשעת חירום",
"start_url": "/",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#f9fafb",
"icons": [
{
"src": "/icon.png",
"sizes": "1024x1024",
"type": "image/png"
},
{
"src": "/apple-icon.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "any"
}
],
"lang": "he"
}