mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
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",
|
||||
"description": "A Matrix client written in Go",
|
||||
"categories": ["social", "productivity"],
|
||||
"icons": [{
|
||||
"icons": [
|
||||
{
|
||||
"src": "gomuks-transparent.png",
|
||||
"sizes": "880x880",
|
||||
"type": "image/png",
|
||||
"purpose": "monochrome"
|
||||
},
|
||||
{
|
||||
"src": "gomuks-maskable.png",
|
||||
"sizes": "1200x1200",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "gomuks.png",
|
||||
"sizes": "883x883",
|
||||
"type": "image/png"
|
||||
}],
|
||||
"sizes": "880x880",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"protocol_handlers": [{
|
||||
"protocol": "matrix",
|
||||
"url": "#/uri/%s"
|
||||
|
|
Loading…
Add table
Reference in a new issue