38394-vm/manifest.json
2026-02-14 08:31:54 +00:00

22 lines
456 B
JSON

{
"name": "Donation Platform",
"short_name": "Donation",
"start_url": "index.php",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#059669",
"orientation": "portrait",
"icons": [
{
"src": "assets/images/logo_1770967720.jpg",
"sizes": "192x192",
"type": "image/jpeg"
},
{
"src": "assets/images/logo_1770967720.jpg",
"sizes": "512x512",
"type": "image/jpeg"
}
]
}