complete story @12.1

This commit is contained in:
Naser Mansour
2026-01-03 23:52:26 +02:00
parent 8201ec163e
commit b92fc29e3c
25 changed files with 248 additions and 393 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "LIBRA for Rights",
"short_name": "LIBRA",
"description": "Libra Law Firm - Legal Services Platform",
"start_url": "/",
"display": "standalone",
"background_color": "#E8E4DC",
"theme_color": "#4A4A42",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}