diff options
Diffstat (limited to 'modern/public')
-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" } ], |