Files
falah-mobile/public/manifest.json
T

24 lines
505 B
JSON
Raw Normal View History

{
"name": "Falah",
"short_name": "Falah",
"description": "Your Islamic lifestyle companion",
"start_url": "/home",
"display": "standalone",
"background_color": "#0a0a0f",
"theme_color": "#0a0a0f",
"icons": [
{
"src": "/icons/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}