diff --git a/web/favicon.svg b/web/favicon.svg index 7615d8310..09c8a6982 100644 --- a/web/favicon.svg +++ b/web/favicon.svg @@ -1,30 +1,22 @@ - - - - - - + + + + + + - - - - + + + + - - - - + + + - - - - - - - - - - + + + diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png index 81c4bfeb2..6e7edbc06 100644 Binary files a/web/icons/Icon-192.png and b/web/icons/Icon-192.png differ diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png index c22b280b9..be2122a70 100644 Binary files a/web/icons/Icon-512.png and b/web/icons/Icon-512.png differ diff --git a/web/icons/Icon-maskable-192.png b/web/icons/Icon-maskable-192.png deleted file mode 100644 index 81c4bfeb2..000000000 Binary files a/web/icons/Icon-maskable-192.png and /dev/null differ diff --git a/web/icons/Icon-maskable-512.png b/web/icons/Icon-maskable-512.png deleted file mode 100644 index c22b280b9..000000000 Binary files a/web/icons/Icon-maskable-512.png and /dev/null differ diff --git a/web/index.html b/web/index.html index 778f9b118..7839419c0 100644 --- a/web/index.html +++ b/web/index.html @@ -18,18 +18,18 @@ - + - + - Team Mail + Twake Mail diff --git a/web/manifest.json b/web/manifest.json index 0bd61dcfa..101bece8f 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,11 +1,11 @@ { - "name": "Team Mail - JMAP Email Client", - "short_name": "Team Mail", + "name": "Twake Mail - JMAP Email Client", + "short_name": "Twake Mail", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "Team Mail - JMAP Email Client", + "description": "Twake Mail - JMAP Email Client", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [ @@ -20,13 +20,13 @@ "type": "image/png" }, { - "src": "icons/Icon-maskable-192.png", + "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "icons/Icon-maskable-512.png", + "src": "icons/Icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"