asi-calculator/public/manifest/manifest.webmanifest
Matthias Kretschmann ef42f24ab5
add new ASI logo
* add throughout UI as token logo
* add all favicon files, social image
2024-06-10 14:54:58 +01:00

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"
}
]
}