mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 14:00:26 -05:00
[PR #404] [MERGED] front/manifest: add share_target support to allow sharing links to cobalt PWA #11045
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
current← Head:add-share-target📝 Commits (2)
b925d27Add share_target support to PWA manifest17fdae2front: 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.