Update links to icons in resources
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
"name": "go2rtc",
|
"name": "go2rtc",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "https://alexxit.github.io/go2rtc/icons/android-chrome-192x192.png",
|
"src": "https://go2rtc.org/icons/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"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",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-3
@@ -2,9 +2,9 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="apple-touch-icon" href="https://alexxit.github.io/go2rtc/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
<link rel="apple-touch-icon" href="https://go2rtc.org/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||||
<link rel="icon" href="https://alexxit.github.io/go2rtc/icons/favicon.ico">
|
<link rel="icon" href="https://go2rtc.org/icons/favicon.ico">
|
||||||
<link rel="manifest" href="https://alexxit.github.io/go2rtc/manifest.json">
|
<link rel="manifest" href="https://go2rtc.org/manifest.json">
|
||||||
<title>stream - go2rtc</title>
|
<title>stream - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user