egui-circles/assets/manifest.json

17 lines
329 B
JSON
Raw Normal View History

2024-07-11 22:14:27 +02:00
{
"name": "eGUI Circles",
2024-08-04 16:58:19 +02:00
"short_name": "egui-circles",
2024-07-11 22:14:27 +02:00
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"lang": "en-US",
"id": "/index.html",
"start_url": "./index.html",
"display": "standalone",
"background_color": "white",
"theme_color": "white"
}