From 0ea651db62dcdb1d8bae3a0303d3daad534aaac2 Mon Sep 17 00:00:00 2001 From: Alex X Date: Wed, 15 May 2024 10:23:25 +0300 Subject: [PATCH] Fix links in the manifest.json --- website/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/manifest.json b/website/manifest.json index df344cca..b33a6064 100644 --- a/website/manifest.json +++ b/website/manifest.json @@ -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" }