diff options
author | Anton Tananaev <anton@traccar.org> | 2022-06-04 16:00:14 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-06-04 16:00:14 -0700 |
commit | 73cd7a510a88abb63b2393b1dfdbfe56865378af (patch) | |
tree | f6c10bd15360b08decd3fb23c92470c9c0e9368b /modern/public | |
parent | c71f3509641d7c8ca7edc620ae7677bfdae2da18 (diff) | |
download | trackermap-web-73cd7a510a88abb63b2393b1dfdbfe56865378af.tar.gz trackermap-web-73cd7a510a88abb63b2393b1dfdbfe56865378af.tar.bz2 trackermap-web-73cd7a510a88abb63b2393b1dfdbfe56865378af.zip |
Update static files
Diffstat (limited to 'modern/public')
-rw-r--r-- | modern/public/index.html | 17 | ||||
-rw-r--r-- | modern/public/logo192.png | bin | 0 -> 8674 bytes | |||
-rw-r--r-- | modern/public/logo512.png | bin | 0 -> 26335 bytes | |||
-rw-r--r-- | modern/public/manifest.json | 14 |
4 files changed, 20 insertions, 11 deletions
diff --git a/modern/public/index.html b/modern/public/index.html index f0307b7b..864263cb 100644 --- a/modern/public/index.html +++ b/modern/public/index.html @@ -1,18 +1,17 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8"> - <meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" /> - <meta name="theme-color" content="#000000"> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> - <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> - <link rel="stylesheet" href="%PUBLIC_URL%/styles.css"> + <meta charset="utf-8" /> + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="theme-color" content="#1E88E5" /> + <meta name="description" content="Traccar GPS tracking system" /> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <title>Traccar</title> </head> <body> - <noscript> - You need to enable JavaScript to run this app. - </noscript> + <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root" class="root"></div> </body> </html> diff --git a/modern/public/logo192.png b/modern/public/logo192.png Binary files differnew file mode 100644 index 00000000..d2a9c392 --- /dev/null +++ b/modern/public/logo192.png diff --git a/modern/public/logo512.png b/modern/public/logo512.png Binary files differnew file mode 100644 index 00000000..818a88bd --- /dev/null +++ b/modern/public/logo512.png diff --git a/modern/public/manifest.json b/modern/public/manifest.json index 350ef8ad..59b5056d 100644 --- a/modern/public/manifest.json +++ b/modern/public/manifest.json @@ -6,10 +6,20 @@ "src": "favicon.ico", "sizes": "48x48 32x32 16x16", "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" } ], - "start_url": "./index.html", + "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#1E88E5", "background_color": "#ffffff" } |