mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
1b36951879
(cherry picked from commit da9a60691f363323565a293ed9eaeb6349ceccb6)
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "Prowlarr",
|
|
"icons": [
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "../../../../",
|
|
"theme_color": "#3a3f51",
|
|
"background_color": "#3a3f51",
|
|
"display": "minimal-ui"
|
|
}
|