tried to add manifest

This commit is contained in:
Integral Team 2019-09-11 16:24:10 +07:00
parent 1a5dfd29a0
commit cdbbaa0450
4 changed files with 359 additions and 67 deletions

9
src/manifest.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "Редактор карт",
"short_name": "Маршруты",
"icons": [],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#3E4EB8",
"theme_color": "#2F3BA2"
}