Update app/manifest.webmanifest

This commit is contained in:
2025-06-23 03:56:18 +03:00
parent 217a680130
commit e39a87c1f7

View File

@@ -1,23 +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"
}
{
"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"
}