Prowlarr/frontend/src/Content/manifest.json
Mark McDowall 095cd27cc9 Fixed: PWA Manifest images
(cherry picked from commit da7d17f5e826d5273dba0b4f73227ffc8ed8a6c7)
2026-05-02 11:00:39 +03:00

19 lines
455 B
JSON

{
"name": "__INSTANCE_NAME__",
"icons": [
{
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "__URL_BASE__/",
"theme_color": "#3a3f51",
"background_color": "#3a3f51",
"display": "standalone"
}