1
0
egui-circles/manifest.json

17 lines
329 B
JSON
Raw Normal View History

2024-08-31 20:34:50 +02:00
{
"name": "eGUI Circles",
"short_name": "egui-circles",
"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"
}