egui-circles/assets/manifest.json
2024-07-11 22:14:50 +02:00

17 lines
324 B
JSON

{
"name": "eGUI Circles",
"short_name": "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"
}