From 990aaed2822f39012d5975f764b75634a71b9566 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 07:18:08 +0000 Subject: [PATCH] a --- manifest.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..c55fbd7 --- /dev/null +++ b/manifest.json @@ -0,0 +1,36 @@ +{ + "id": "/?source=pwa", + "name": "RadiantAssure", + "short_name": "RadiantAssure", + "description": "Application web RadiantAssure", + "start_url": "/?source=pwa", + "scope": "/", + "display": "standalone", + "orientation": "portrait", + "background_color": "#ffffff", + "theme_color": "#1f2a44", + "icons": [ + { + "src": "/assets/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/assets/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/assets/icons/icon-192-maskable.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/assets/icons/icon-512-maskable.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +}