Refonte total

This commit is contained in:
Guillaume-Sanchez
2026-06-29 23:12:26 +02:00
parent 9036f6228d
commit 47dd7f4c4d
17 changed files with 1156 additions and 255 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "SafeAccess — Gestion de badges",
"short_name": "SafeAccess",
"description": "Gestion de badges d'accès NFC, RFID, QR Code et Bluetooth avec 2FA",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#0D2B5E",
"theme_color": "#1565C0",
"orientation": "portrait",
"icons": [
{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
],
"categories": ["security", "utilities", "business"],
"lang": "fr",
"scope": "/"
}