More icons and properties for the PWA god
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b0608065b
commit
3e712ca620
3 changed files with 21 additions and 7 deletions
BIN
assets/images/icons-manifest/icon512.png
Normal file
BIN
assets/images/icons-manifest/icon512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -2,6 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="theme-color" content="#141c26" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
|
|
|
@ -3,38 +3,51 @@
|
|||
"short_name": "tgstationHandbook",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"background_color": "#384e68",
|
||||
"background_color": "#141c26",
|
||||
"description": "A prettier client for the /tg/station Wiki",
|
||||
"theme_color": "#141c26",
|
||||
"icons": [
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon168.png",
|
||||
"sizes": "168x168",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "assets/images/icons-manifest/icon512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue