Change image

This commit is contained in:
2018-10-27 01:16:25 +01:00
parent dff20fbe1d
commit 471aa3dc95
3 changed files with 7 additions and 2 deletions

BIN
images/gitea192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
images/gitea512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -3,8 +3,13 @@
"name": "Video Players",
"icons": [
{
"src":"images/gitea.png",
"sizes": "143x143",
"src":"images/gitea192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src":"images/gitea512.png",
"sizes": "512x512",
"type": "image/png"
}
],