AskAlQuran/public/manifest.json
2025-06-24 17:38:05 +03:00

30 lines
882 B
JSON

{
"short_name": "القرآن الكريم",
"name": "القرآن الكريم",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"lang": "ar",
"description": "منصة إلكترونية توفر فهرسًا لسور القرآن الكريم للقراءة المباشرة، تحميل ملفات PDF، والاستماع إلى تلاوات المقرئين المشهورين بجودة عالية.",
"orientation": "portrait-primary",
"categories": ["religion", "education", "books"]
}