-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
The Chromium console states: "Error while trying to use the following icon from the Manifest: http://localhost/icons/192.png (Download error or resource isn't a valid image)"
How do I specify the icons for the manifest file in the config (toml in my case)? I find that one is being generated:
{
"name": "Binario",
"short_name": "Binario",
"display": "browser",
"background_color": "#2a2a2a",
"theme_color": "#1b1b1b","description": "Responsive card-based & code-light Hugo theme","orientation": "portrait","start_url": "/","scope": "/",
"icons": [
{
"src": "icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
I'm not sure where the 192 and 512 versions are specified and for some reason Chromium says it can't find the one in icons/192.png... though it appears to be there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels