From e39a87c1f7da41368b21e453950204c0bfc22874 Mon Sep 17 00:00:00 2001 From: Tom Ruff Date: Mon, 23 Jun 2025 03:56:18 +0300 Subject: [PATCH] Update app/manifest.webmanifest --- app/manifest.webmanifest | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/app/manifest.webmanifest b/app/manifest.webmanifest index 1587dd5..36e7ffd 100644 --- a/app/manifest.webmanifest +++ b/app/manifest.webmanifest @@ -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" +}