diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-06-03 19:04:53 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-06-03 19:04:53 +0300 |
commit | 0e7b36c2d443306325f17bb8850f5bb6176202bf (patch) | |
tree | 86629d4fe05d73f2d77dad423cc37d5a612430f3 /public/manifest.json | |
parent | 15d75cdc37e1459f7d11d004005d4305a6377ffd (diff) |
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0fde245 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Таймер", + "name": "Мультитаймер", "icons": [ { "src": "favicon.ico", @@ -13,13 +13,20 @@ "sizes": "192x192" }, { + "src": "logo192_mask.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { "src": "logo512.png", "type": "image/png", "sizes": "512x512" } ], + "version": "0.1", "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#1890ff", "background_color": "#ffffff" } |