diff options
author | Emiliano Ciavatta | 2020-10-15 06:53:09 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-15 06:53:09 +0000 |
commit | 08456e7f2e1c1af6fc8fdbf580c0178a25b93f8b (patch) | |
tree | 5c98b7c4b33848dfe92c22b9902f228a90fdacbf /frontend/public | |
parent | 09cb0a1518feb2221ccd8c10dced859c010e9991 (diff) |
General improvements
Diffstat (limited to 'frontend/public')
-rw-r--r-- | frontend/public/logo128.png (renamed from frontend/public/logo192.png) | bin | 6498 -> 6498 bytes | |||
-rw-r--r-- | frontend/public/manifest.json | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/public/logo192.png b/frontend/public/logo128.png Binary files differindex 1969e1d..1969e1d 100644 --- a/frontend/public/logo192.png +++ b/frontend/public/logo128.png diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 0409a59..32674ce 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Caronte", - "name": "Caronte", + "short_name": "caronte", + "name": "caronte", "icons": [ { "src": "favicon.ico", @@ -8,9 +8,9 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "logo128.png", "type": "image/png", - "sizes": "192x192" + "sizes": "128x128" }, { "src": "logo512.png", |