alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
3.97k stars 264 forks source link

PWA improvements #361

Closed philipphutterer closed 6 months ago

philipphutterer commented 6 months ago

This PR adds support for the Web Share Target API (see https://developer.chrome.com/docs/capabilities/web-apis/web-share-target, https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target). This allows you to install the Web App on Android using the Chrome Browser, and share links directly via the System share menu. The prerequisite for this is that the app is served via HTTPS (e.g., via a reverse proxy).

Also, I moved the icons to the frontend assets for clean up.

alexta69 commented 6 months ago

Thanks @philipphutterer !