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