EUR-DZD_currency_converter/manifest.json
2024-04-09 09:53:54 +02:00

17 lines
No EOL
320 B
JSON

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