diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9ce6221e..4d0e2e67 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,9 +4,7 @@ name: Deploy static content to Pages on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - push: - paths: - - 'website/icons/**' + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/website/icons/android-chrome-192x192.png b/website/icons/android-chrome-192x192.png index 02a3cbdd..bc88ad3e 100644 Binary files a/website/icons/android-chrome-192x192.png and b/website/icons/android-chrome-192x192.png differ diff --git a/website/icons/android-chrome-256x256.png b/website/icons/android-chrome-256x256.png deleted file mode 100644 index 883c3279..00000000 Binary files a/website/icons/android-chrome-256x256.png and /dev/null 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/apple-touch-icon.png b/website/icons/apple-touch-icon.png deleted file mode 100644 index 2ac97970..00000000 Binary files a/website/icons/apple-touch-icon.png and /dev/null differ diff --git a/website/icons/browserconfig.xml b/website/icons/browserconfig.xml deleted file mode 100644 index b3930d0f..00000000 --- a/website/icons/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/website/icons/favicon-16x16.png b/website/icons/favicon-16x16.png deleted file mode 100644 index b72717b9..00000000 Binary files a/website/icons/favicon-16x16.png and /dev/null differ diff --git a/website/icons/favicon-32x32.png b/website/icons/favicon-32x32.png deleted file mode 100644 index bf86ca3a..00000000 Binary files a/website/icons/favicon-32x32.png and /dev/null differ diff --git a/website/icons/mstile-150x150.png b/website/icons/mstile-150x150.png deleted file mode 100644 index 6fee20f0..00000000 Binary files a/website/icons/mstile-150x150.png and /dev/null differ diff --git a/website/icons/safari-pinned-tab.svg b/website/icons/safari-pinned-tab.svg deleted file mode 100644 index 3b92e61e..00000000 --- a/website/icons/safari-pinned-tab.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - -Created by potrace 1.14, written by Peter Selinger 2001-2017 - - - - - - diff --git a/website/icons/site.webmanifest b/website/icons/site.webmanifest deleted file mode 100644 index cf1430a0..00000000 --- a/website/icons/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-256x256.png", - "sizes": "256x256", - "type": "image/png" - } - ], - "theme_color": "#000000", - "background_color": "#000000", - "display": "standalone" -} 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 a55933c0..4b40f431 100644 --- a/www/add.html +++ b/www/add.html @@ -4,14 +4,6 @@ go2rtc - Add Stream - - - - - - - -