Add app icon and web favicons
Some checks failed
Deploy / Deploy Production (push) Has been skipped
Deploy / Cleanup Preview (push) Has been skipped
Deploy / Deploy Preview (push) Failing after 1s
CI / UI / Build (pull_request) Failing after 6s
CI / Scraper / Test (pull_request) Failing after 9s
CI / Scraper / Lint (pull_request) Failing after 11s
CI / Scraper / Build (pull_request) Has been skipped
iOS CI / Build (push) Has been cancelled
iOS CI / Test (push) Has been cancelled
iOS CI / Build (pull_request) Failing after 4s
iOS CI / Test (pull_request) Has been skipped
- Generated open-book icon on amber background (matches accent color #f59e0b) - iOS: icon-1024.png in AppIcon.appiconset + Contents.json updated to reference it - Web: favicon.ico (16+32), favicon-16.png, favicon-32.png, apple-touch-icon.png (180px), icon-192.png, icon-512.png added to ui/static/ - app.html: added full set of <link> favicon tags (ico, png, apple-touch-icon)
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"images": [
|
||||
{
|
||||
"filename": "icon-1024.png",
|
||||
"idiom": "universal",
|
||||
"platform": "ios",
|
||||
"size": "1024x1024"
|
||||
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -3,6 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32" />
|
||||
<link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="/favicon-16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="/icon-192.png" sizes="192x192" />
|
||||
<link rel="icon" type="image/png" href="/icon-512.png" sizes="512x512" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
||||
BIN
ui/static/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
ui/static/favicon-16.png
Normal file
|
After Width: | Height: | Size: 252 B |
BIN
ui/static/favicon-32.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
ui/static/favicon.ico
Normal file
|
After Width: | Height: | Size: 274 B |
BIN
ui/static/icon-192.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
ui/static/icon-512.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |