Fix links in the manifest.json

This commit is contained in:
Alex X
2024-05-15 10:23:25 +03:00
parent 4823e60a92
commit 0ea651db62
+2 -2
View File
@@ -2,12 +2,12 @@
"name": "go2rtc",
"icons": [
{
"src": "https://alexxdev.duckdns.org/local/icons/android-chrome-192x192.png",
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://alexxdev.duckdns.org/local/icons/android-chrome-512x512.png",
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}