aboutsummaryrefslogtreecommitdiff
path: root/modern/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/public/manifest.json')
-rw-r--r--modern/public/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/modern/public/manifest.json b/modern/public/manifest.json
index fad9bbe5..9142346c 100644
--- a/modern/public/manifest.json
+++ b/modern/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "Traccar",
- "name": "Traccar GPS Tracking System",
+ "short_name": "${title}",
+ "name": "${description}",
"icons": [
{
"src": "favicon.ico",
@@ -22,6 +22,6 @@
],
"start_url": ".",
"display": "standalone",
- "theme_color": "#1a237e",
+ "theme_color": "${colorPrimary}",
"background_color": "#ffffff"
}