[PR #404] [MERGED] front/manifest: add share_target support to allow sharing links to cobalt PWA #5560

Closed
opened 2026-04-16 00:51:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/404
Author: @yerrak00
Created: 3/26/2024
Status: Merged
Merged: 4/16/2024
Merged by: @wukko

Base: currentHead: add-share-target


📝 Commits (2)

  • b925d27 Add share_target support to PWA manifest
  • 17fdae2 front: make webmanifest readable

📊 Changes

1 file changed (+81 additions, -1 deletions)

View changed files

📝 src/front/manifest.webmanifest (+81 -1)

📄 Description

fixes #252

Given that you have cobalt installed on your device as a PWA, this will allow cobalt to show up in your device's share menu so that when you're in another app like YouTube, Twitter, Instagram, or TikTok, you can share the video link to cobalt and this will launch the PWA with the link field pre-populated with what you shared.

I tested that this works with Edge (122.0.2365.92) on Windows 11 (22621.3296) and Chrome (123.0.6312.40) on Android 14 (One UI 6.0)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/404 **Author:** [@yerrak00](https://github.com/yerrak00) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `add-share-target` --- ### 📝 Commits (2) - [`b925d27`](https://github.com/imputnet/cobalt/commit/b925d27d673371d64a9f199ec9dabbf37e580499) Add share_target support to PWA manifest - [`17fdae2`](https://github.com/imputnet/cobalt/commit/17fdae23c96b1d007394f29721ba8aa4e6969fdd) front: make webmanifest readable ### 📊 Changes **1 file changed** (+81 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/front/manifest.webmanifest` (+81 -1) </details> ### 📄 Description fixes #252 Given that you have cobalt installed on your device as a PWA, this will allow cobalt to show up in your device's share menu so that when you're in another app like YouTube, Twitter, Instagram, or TikTok, you can share the video link to cobalt and this will launch the PWA with the link field pre-populated with what you shared. I tested that this works with Edge (122.0.2365.92) on Windows 11 (22621.3296) and Chrome (123.0.6312.40) on Android 14 (One UI 6.0) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 00:51:22 -05:00
Sign in to join this conversation.