mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 00:14:21 +00:00
13 lines
235 B
JSON
13 lines
235 B
JSON
|
{
|
||
|
"name": "preact-cli app",
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#fff",
|
||
|
"theme_color": "#673ab8",
|
||
|
"icons": [{
|
||
|
"src": "/assets/icon.png",
|
||
|
"type": "image/png",
|
||
|
"sizes": "512x512"
|
||
|
}]
|
||
|
}
|