23 lines
560 B
JSON
23 lines
560 B
JSON
|
{
|
||
|
"name": "Currency Converter",
|
||
|
"short_name": "Currency Converter",
|
||
|
"start_url": "/",
|
||
|
"background_color": "#55335C",
|
||
|
"theme_color": "#9E79C0",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "img/icon.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable any"
|
||
|
},
|
||
|
{
|
||
|
"src": "img/192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable any"
|
||
|
}
|
||
|
],
|
||
|
"display": "standalone",
|
||
|
"orientation":"portrait"
|
||
|
}
|