egui-circles/assets/manifest.json
djmil cdb3f26532 wasm32 build target (#10)
This PR closes #5

- code refactors for the `wasm32`
- docker container for `wasm32`

Reviewed-on: #10
2024-08-31 12:23:28 +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"
}