1
0
Fork 0
forked from Mirrors/gomuks

web/manifest: add maskable and monochrome icons

This commit is contained in:
Tulir Asokan 2024-12-15 15:57:38 +02:00
parent 9a125f4240
commit 5455c88c2f
5 changed files with 20 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -2,11 +2,26 @@
"name": "gomuks web", "name": "gomuks web",
"description": "A Matrix client written in Go", "description": "A Matrix client written in Go",
"categories": ["social", "productivity"], "categories": ["social", "productivity"],
"icons": [{ "icons": [
"src": "gomuks.png", {
"sizes": "883x883", "src": "gomuks-transparent.png",
"type": "image/png" "sizes": "880x880",
}], "type": "image/png",
"purpose": "monochrome"
},
{
"src": "gomuks-maskable.png",
"sizes": "1200x1200",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "gomuks.png",
"sizes": "880x880",
"type": "image/png",
"purpose": "any"
}
],
"protocol_handlers": [{ "protocol_handlers": [{
"protocol": "matrix", "protocol": "matrix",
"url": "#/uri/%s" "url": "#/uri/%s"