Replace media-mark-192.svg/media-mark-512.svg with .png equivalents in manifest.json icon entries and update image/svg+xml to image/png MIME types. Add media-mark-192.png and media-mark-512.png binary assets. Update sw.js SHELL array to cache .png files instead of .svg. Change apple-touch-icon href from media-mark.svg to media-mark-192.png in index.html head
21 lines
737 B
JSON
21 lines
737 B
JSON
{
|
|
"name": "Media Max",
|
|
"short_name": "Media Max",
|
|
"id": "/",
|
|
"lang": "de",
|
|
"description": "Media Max: Radarr, Sonarr und SABnzbd im Überblick",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone"],
|
|
"prefer_related_applications": false,
|
|
"background_color": "#151619",
|
|
"theme_color": "#1f252d",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{"src": "/static/media-mark-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
|
|
{"src": "/static/media-mark-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
|
|
{"src": "/static/media-mark-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"}
|
|
]
|
|
}
|