2023-07-07 13:39:49 +01:00
|
|
|
{
|
|
|
|
"name": "Currency Converter",
|
|
|
|
"short_name": "Currency Converter",
|
2023-07-07 13:51:27 +01:00
|
|
|
"start_url": "/currency",
|
2023-07-07 13:39:49 +01:00
|
|
|
"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"
|
|
|
|
}
|