Add iOS pull-to-refresh and PNG app icons
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
"theme_color": "#0b1e2e",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/branding/logo-mark.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"src": "/assets/branding/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/assets/branding/apple-touch-icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"src": "/assets/branding/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user