Skip to content

Commit

Permalink
Should fix issue thelounge#4800
Browse files Browse the repository at this point in the history
  • Loading branch information
jstjnsn committed Dec 9, 2023
1 parent d1561f8 commit 1aa462a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
Binary file added client/img/screenshots/homescreen-browser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/img/screenshots/homescreen-mobile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 23 additions & 8 deletions client/thelounge.webmanifest
Expand Up @@ -10,44 +10,59 @@
{
"src": "img/logo-grey-bg-120x120px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "120x120"
},
{
"src": "img/logo-grey-bg-152x152px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "152x152"
},
{
"src": "img/logo-grey-bg-167x167px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "167x167"
},
{
"src": "img/logo-grey-bg-180x180px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "180x180"
},
{
"src": "img/logo-grey-bg-192x192px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "192x192"
},
{
"src": "img/logo-grey-bg-512x512px.png",
"type": "image/png",
"purpose": "maskable any",
"purpose": "maskable",
"sizes": "512x512"
},
{
"src": "img/logo-grey-bg.svg",
"type": "image/svg+xml",
"purpose": "maskable any",
"sizes": "513x513"
"purpose": "maskable",
"sizes": "150x150"
}
],
"screenshots": [
{
"src": "./screenshots/homescreen.png",
"sizes": "2880x1576",
"type": "image/png",
"form_factor": "wide",
"label": "Browser homescreen of TheLounge"
},
{
"src": "./screenshots/homescreen-mobile.png",
"sizes": "644x1396",
"type": "image/png",
"label": "Mobile homescreen of TheLounge"
}
]
}

0 comments on commit 1aa462a

Please sign in to comment.