ConceptPortal-public/rsconcept/frontend/public/manifest.json
2023-07-15 17:46:19 +03:00

19 lines
443 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"short_name": "КонцептПортал",
"name": "Портал для работы с концептуальными схемами",
"icons": [
{
"src": "favicon.svg",
"sizes": "64x64 32x32 24x24 16x16"
},
{
"src": "logo.svg",
"sizes": "512x512 256x256 64x64 32x32 24x24 16x16"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}