diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 13:54:55 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-04 13:54:55 +1200 |
commit | 4df922322c6eca5b9b75129dbc9db8aad3244be9 (patch) | |
tree | 6d6cc8b908c4204d7afe272c689dfdaa66e03d89 /modern/public/manifest.json | |
parent | da578b6ac7ba43b8d437aebbfe36777278370e5e (diff) | |
download | trackermap-web-4df922322c6eca5b9b75129dbc9db8aad3244be9.tar.gz trackermap-web-4df922322c6eca5b9b75129dbc9db8aad3244be9.tar.bz2 trackermap-web-4df922322c6eca5b9b75129dbc9db8aad3244be9.zip |
Update manifest file
Diffstat (limited to 'modern/public/manifest.json')
-rw-r--r-- | modern/public/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modern/public/manifest.json b/modern/public/manifest.json index ef19ec24..350ef8ad 100644 --- a/modern/public/manifest.json +++ b/modern/public/manifest.json @@ -1,10 +1,10 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Traccar", + "name": "Traccar GPS Tracking System", "icons": [ { "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", + "sizes": "48x48 32x32 16x16", "type": "image/x-icon" } ], |