mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
1fcfb88d2a
Closes #7315
20 lines
455 B
JSON
20 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"
|
|
}
|