Description
Currently, ReClip is not configured as an official Progressive Web App (PWA). Enabling PWA capabilities would allow users to install ReClip directly onto their mobile devices, paving the way for seamless, native-feeling link sharing.
Proposed Changes
- Enable PWA Status: Add a
manifest.json file to make ReClip a valid, installable PWA.
- Implement share_target: Add Web Share Target API (
share_target) support to the manifest so the application can receive URLs directly from the OS-level sharing menu.
Use Case
A user is watching a video on their mobile device (e.g., via a web browser or the YouTube app) and wants to download it quickly. Instead of manually copying and pasting the URL, the user can open their phone's native "Share" menu, select the installed ReClip PWA, and instantly add the media to their ReClip download queue.
Description
Currently, ReClip is not configured as an official Progressive Web App (PWA). Enabling PWA capabilities would allow users to install ReClip directly onto their mobile devices, paving the way for seamless, native-feeling link sharing.
Proposed Changes
manifest.jsonfile to make ReClip a valid, installable PWA.share_target) support to the manifest so the application can receive URLs directly from the OS-level sharing menu.Use Case
A user is watching a video on their mobile device (e.g., via a web browser or the YouTube app) and wants to download it quickly. Instead of manually copying and pasting the URL, the user can open their phone's native "Share" menu, select the installed ReClip PWA, and instantly add the media to their ReClip download queue.