Updated logo's and manifest.json

This commit is contained in:
Glenn de Haan
2024-01-22 21:40:10 +01:00
parent 03fb5356ef
commit 6935b45f17
15 changed files with 48 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

BIN
public/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1,12 +1,8 @@
{
"name": "UniFi Voucher",
"short_name": "Voucher",
"description": "UniFi Voucher",
"icons": [
{
"src": "./images/icon/logo_144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "./images/icon/logo_192x192.png",
"type": "image/png",
@@ -16,12 +12,45 @@
"src": "./images/icon/logo_256x256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "./images/icon/logo_512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./",
"scope": "./",
"screenshots": [
{
"src": "./images/screenshots/mobile_screenshot_1.png",
"sizes": "413x877",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/mobile_screenshot_2.png",
"sizes": "413x877",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/desktop_screenshot_1.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "./images/screenshots/desktop_screenshot_2.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"rotation": "portrait",
"background_color": "#1875b6",
"theme_color": "#1875b6"
"categories": ["utilities"],
"background_color": "#139CDA",
"theme_color": "#139CDA",
"related_applications": [],
"iarc_rating_id": ""
}