mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 10:00:51 +01:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"name": "App",
|
|
"short_name": "App",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"icons": [{
|
|
"src": "assets/imgs/logo.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}],
|
|
"background_color": "#31d53d",
|
|
"theme_color": "#31d53d"
|
|
}
|