mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-10 05:18:27 +00:00
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "Egui Template PWA",
|
|
"short_name": "egui-template-pwa",
|
|
"icons": [{
|
|
"src": "./icon-256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
}],
|
|
"lang": "en-US",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "white",
|
|
"theme_color": "white"
|
|
}
|