Yoink ships as a Progressive Web App (PWA), which means you can add it to your phone’s home screen and use it just like a native app. The most useful consequence of this is the share sheet integration: instead of switching to Yoink, pasting a URL, and tapping download, you can hit the share button inside YouTube, TikTok, Instagram, or any other app and send the link straight to Yoink in one tap. No App Store. No Play Store. No extra setup on the server — the PWA manifest is served automatically from your Yoink URL.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/coah80/yoink/llms.txt
Use this file to discover all available pages before exploring further.
Why install the PWA?
Share sheet integration
Send URLs directly from any app using your phone’s native share menu. Yoink appears as a share target alongside Messages, Notes, and other apps.
Standalone experience
Runs without browser chrome — no address bar, no tabs. Looks and feels like a native app with Yoink’s dark purple theme.
Home screen shortcut
Launch Yoink instantly from your home screen. The icon uses the full-resolution 512×512 maskable icon, adapting to your device’s icon shape.
App shortcuts
Long-press the home screen icon to jump directly to Download, Convert, or Compress without opening the main screen first.
Install on iOS (Safari)
Safari is required for PWA installation on iOS — other browsers on iOS do not support Add to Home Screen with full PWA capabilities.Open Yoink in Safari
Navigate to your Yoink URL (e.g.
https://yoink.example.com) in Safari on your iPhone or iPad.Tap the Share button
Tap the Share icon at the bottom of the screen — it looks like a box with an arrow pointing upward.
After adding to your home screen, Yoink will show up in the iOS share sheet for any app that shares URLs (Safari, YouTube, TikTok, Instagram, X, Reddit, etc.). It may take a moment to appear in the list on the first install.
Install on Android (Chrome)
Tap Add to Home Screen or Install app
Depending on your version of Chrome you will see either Add to Home Screen or Install app. Tap it.Chrome may also show an Install banner or prompt at the bottom of the screen automatically — you can tap that instead.
Using the share sheet
Once Yoink is installed, sharing a link to it takes just two taps from any app:Find a video you want to download
Open YouTube, TikTok, Instagram, X, Reddit, or any other app and find the content you want.
Tap the share button inside the app
Every app has its own share icon — usually an arrow, a paper plane, or the word “Share”. Tap it to open the native share sheet.
Select Yoink from the share sheet
Scroll through the list of apps until you see yoink, then tap it. Yoink opens and the URL is pre-filled in the download box.
Manifest details
The PWA manifest served by Yoink is configured as follows:share_target registration is what makes Yoink appear in the native share sheet. When another app shares a URL, the browser passes it to Yoink’s /share route as a url query parameter and the UI pre-populates the download field automatically.
The maskable icon purpose tells Android to allow the system to crop and shape the icon to match the device’s icon style (circle, squircle, teardrop, etc.).