frontend/manifest.json
2024-08-07 02:51:11 -04:00

21 lines
442 B
JSON

{
"name": "Selenite",
"short_name": "Selenite",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "img/selenite192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/selenite.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#10002b",
"display": "standalone"
}