mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-12-24 12:57:56 +08:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "go2rtc",
|
|
"icons": [
|
|
{
|
|
"src": "https://go2rtc.org/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "https://go2rtc.org/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#000000"
|
|
}
|