diff --git a/website/icons/android-chrome-192x192.png b/website/icons/android-chrome-192x192.png new file mode 100644 index 00000000..bc88ad3e Binary files /dev/null and b/website/icons/android-chrome-192x192.png differ diff --git a/website/icons/android-chrome-512x512.png b/website/icons/android-chrome-512x512.png new file mode 100644 index 00000000..6647f6be Binary files /dev/null and b/website/icons/android-chrome-512x512.png differ diff --git a/website/icons/apple-touch-icon-180x180.png b/website/icons/apple-touch-icon-180x180.png new file mode 100644 index 00000000..b3a60506 Binary files /dev/null and b/website/icons/apple-touch-icon-180x180.png differ diff --git a/website/icons/favicon.ico b/website/icons/favicon.ico new file mode 100644 index 00000000..aade0bf3 Binary files /dev/null and b/website/icons/favicon.ico differ diff --git a/website/manifest.json b/website/manifest.json new file mode 100644 index 00000000..df344cca --- /dev/null +++ b/website/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "go2rtc", + "icons": [ + { + "src": "https://alexxdev.duckdns.org/local/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "https://alexxdev.duckdns.org/local/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "display": "standalone", + "theme_color": "#000000", + "background_color": "#000000" +} diff --git a/www/README.md b/www/README.md index 355a9af3..4da49485 100644 --- a/www/README.md +++ b/www/README.md @@ -72,6 +72,22 @@ User-Agent: `Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gec https://webrtc.org/getting-started/unified-plan-transition-guide?hl=en +## Web Icons + +[Favicon checker](https://realfavicongenerator.net/), skip: + +- Windows 8 and 10 (`browserconfig.xml`) +- Mac OS X El Capitan Safari + +```html + + + + + + +``` + ## Useful links - https://www.webrtc-experiment.com/DetectRTC/ diff --git a/www/add.html b/www/add.html index 3058f8dc..4b40f431 100644 --- a/www/add.html +++ b/www/add.html @@ -1,7 +1,7 @@ - Add Stream + go2rtc - Add Stream