This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
EvoCalculator/public/manifest.json
2021-04-23 09:48:04 +03:00

17 lines
426 B
JSON

{
"short_name": "Калькулятор",
"name": "Лизинговый калькулятор - Эволюция",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{ "src": "logo-100", "type": "image/png", "sizes": "100x100" }
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}