EUR-DZD_currency_converter/manifest.json

22 lines
486 B
JSON
Raw Normal View History

2024-04-09 09:29:48 +02:00
{
2024-04-09 10:30:01 +02:00
"name": "EUR-DZD Calculator",
"short_name": "EUR-DZD",
"description": "Convert Euro to Algerian Dinar and vice versa.",
2024-04-09 09:29:48 +02:00
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
2024-04-09 10:30:01 +02:00
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
2024-04-09 09:29:48 +02:00
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#f5f5f5",
"theme_color": "#4CAF50"
}