mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
No commits in common. "3e87f8029fc97e197004260ed70bedde905173dc" and "e9fcfbb1c3b7d1ff5e31628e6301fb6553a2f69b" have entirely different histories.
3e87f8029f
...
e9fcfbb1c3
@ -1,27 +0,0 @@
|
||||
# Autostarting Progressive WebApps using Microsoft Edge
|
||||
# This relies on my wrapper script https://gitea.blesmrt.net/mikaela/scripts/src/branch/master/bash/usr-local-bin/microsoft-edge
|
||||
# I am not sure if they need to be installed first, but the --app-id is
|
||||
# either global or otherwise the same on two machines I tested it on.
|
||||
# NOTE! PWAs are supposed to be receiving notifications even when not running
|
||||
# (safe to close, should work without pinned tab etc.)
|
||||
|
||||
# YouTube Music
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa"
|
||||
|
||||
# Hydrogen, lightweight Matrix client (with multiaccount support)
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=fabhlekicpedicndfollleogbcombpcb --app-url=https://hydrogen.element.io/
|
||||
|
||||
# Glowing Bear, WeeChat Relay protocol client. Didn't suggest install, not PWA?
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-url=https://latest.glowing-bear.org/index.html
|
||||
|
||||
# Element develop, required for /devtools
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnchgjdlopojjdfeefpijmmfnnfkmmon --app-url=https://develop.element.io/index.html
|
||||
|
||||
# WhatsApp, mainly family. Didn't suggest install, not PWA?
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnpfjngllnobngcgfapefoaidbinmjnm --app-url=https://web.whatsapp.com/
|
||||
|
||||
# FluffyChat, Matrix client with proper multi-account support
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=chglpbebngpmpnllbfifjpmfjfamdkdc --app-url=https://fluffychat.im/web/
|
||||
|
||||
# Ntfy.sh, all kinds of notifications you send it. Didn't suggest install, not PWA?
|
||||
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckngog --app-url=https://ntfy.sh/app
|
Loading…
Reference in New Issue
Block a user