branding changes

This commit is contained in:
2026-03-13 12:24:25 +02:00
parent 10d48043cf
commit c6e77edd89
16 changed files with 12 additions and 154 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -26,7 +26,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="qpay">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<link rel="apple-touch-icon" href="icons/velocity-icon-black.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

View File

@@ -3,19 +3,19 @@
"short_name": "Velocity",
"start_url": ".",
"display": "standalone",
"background_color": "#9D6711",
"theme_color": "#9D6711",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"description": "Payments... but faster",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"src": "icons/velocity-icon-black-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"src": "icons/velocity-icon-black.png",
"sizes": "512x512",
"type": "image/png"
},