forked from Mirrors/gomuks
web/manifest: add maskable and monochrome icons
This commit is contained in:
parent
9a125f4240
commit
5455c88c2f
5 changed files with 20 additions and 5 deletions
BIN
web/public/gomuks-maskable-transparent.png
Normal file
BIN
web/public/gomuks-maskable-transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
web/public/gomuks-maskable.png
Normal file
BIN
web/public/gomuks-maskable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
web/public/gomuks-transparent.png
Normal file
BIN
web/public/gomuks-transparent.png
Normal file
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 |
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue