mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|