mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-06 11:38:31 +00:00
Merge pull request #2969 from nogafam-es/staging
Fix PWA not working on firefox because of wrong icon sizes
This commit is contained in:
commit
ce489fac41
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
{
|
||||
"src": "img/favicon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "153x152"
|
||||
"sizes": "256x256"
|
||||
},
|
||||
{
|
||||
"src": "img/pixelfed-icon-color.svg",
|
||||
"type": "image/svg",
|
||||
"sizes": "50x50"
|
||||
"sizes": "128x128"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue