Files
luminic-front/manifest.json
Vladimir Voronin bfa1500b99 web app
2024-10-25 00:01:45 +03:00

21 lines
382 B
JSON

{
"name": "Luminic Space App",
"short_name": "Luminic Space",
"start_url": "/",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}