20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "Uchill Platform",
|
|
"short_name": "Uchill",
|
|
"description": "Образовательная платформа",
|
|
"start_url": "/dashboard",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#7444FD",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
}
|
|
]
|
|
}
|