16 lines
329 B
JSON
16 lines
329 B
JSON
|
{
|
||
|
"name": "EUR-DZD Calculator",
|
||
|
"short_name": "Exchange Calculator",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "icon.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "/index.html",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#f5f5f5",
|
||
|
"theme_color": "#4CAF50"
|
||
|
}
|
||
|
|