15 lines
325 B
JSON
15 lines
325 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"
|
|
}
|