1
0
egui-circles/manifest.json
2024-08-31 20:42:16 +02:00

17 lines
329 B
JSON

{
"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"
}