Update links to icons in resources

This commit is contained in:
Alex X
2025-12-14 22:34:43 +03:00
parent d734140eaf
commit 353262307b
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
"name": "go2rtc",
"icons": [
{
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-192x192.png",
"src": "https://go2rtc.org/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-512x512.png",
"src": "https://go2rtc.org/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}