mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
Matthias Kretschmann
ef42f24ab5
* add throughout UI as token logo * add all favicon files, social image
19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
"name": "ASI Calculator",
|
|
"short_name": "ASI",
|
|
"display": "standalone",
|
|
"start_url": "/?homescreen=1",
|
|
"icons": [
|
|
{
|
|
"src": "/manifest/icon-192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/manifest/icon-512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|