2022-06-26 19:47:39 +02:00
|
|
|
# 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.
|
2022-06-26 20:45:51 +02:00
|
|
|
# NOTE! PWAs are supposed to be receiving notifications even when not running
|
|
|
|
# (safe to close, should work without pinned tab etc.)
|
2022-06-28 14:54:23 +02:00
|
|
|
# NOTE! To identify a PWA, look for manifest in html head.
|
2022-06-26 19:47:39 +02:00
|
|
|
|
2022-06-28 19:31:23 +02:00
|
|
|
## Instant messengers
|
2022-06-26 20:04:10 +02:00
|
|
|
|
2022-06-28 19:31:23 +02:00
|
|
|
### Matrix
|
|
|
|
|
|
|
|
# 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/
|
2022-06-26 20:04:10 +02:00
|
|
|
# Hydrogen, lightweight Matrix client (with multiaccount support)
|
2022-06-26 19:47:39 +02:00
|
|
|
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=fabhlekicpedicndfollleogbcombpcb --app-url=https://hydrogen.element.io/
|
2022-06-28 19:31:23 +02:00
|
|
|
# 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
|
2022-06-26 20:04:10 +02:00
|
|
|
|
2022-06-28 19:35:41 +02:00
|
|
|
### The rest
|
|
|
|
|
|
|
|
# Telegram WebZ
|
|
|
|
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=aeejceomnhmjmeacdckmmopfaigimnkl --app-url=https://web.telegram.org/z/
|
|
|
|
|
|
|
|
# WhatsApp, mainly family. Missing manifest, not a PWA.
|
|
|
|
#exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=hnpfjngllnobngcgfapefoaidbinmjnm --app-url=https://web.whatsapp.com/
|
|
|
|
|
2022-06-28 19:31:23 +02:00
|
|
|
### IRC
|
2022-06-28 14:54:23 +02:00
|
|
|
# Glowing Bear, WeeChat Relay protocol client.
|
2022-06-26 19:47:39 +02:00
|
|
|
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=copdfoibmmeogdkkhnckdgnngdchekmf --app-url=https://latest.glowing-bear.org/index.html
|
2022-06-26 20:04:10 +02:00
|
|
|
|
2022-06-28 19:31:23 +02:00
|
|
|
## Media
|
2022-06-26 20:04:10 +02:00
|
|
|
|
2022-06-28 19:31:23 +02:00
|
|
|
# YouTube Music
|
|
|
|
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cinhimbnkkaeohfgghhklpknlkffjgod "--app-url=https://music.youtube.com/?source=pwa"
|
2022-06-26 20:45:51 +02:00
|
|
|
|
2022-06-28 19:35:41 +02:00
|
|
|
## Productivity
|
|
|
|
# Google Calendar
|
|
|
|
exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=kjbdgfilnfhdoflbpgamdcdgpehopbep --app-url=https://calendar.google.com/calendar/r
|
2022-06-26 20:45:51 +02:00
|
|
|
|
2022-06-28 14:54:23 +02:00
|
|
|
# Ntfy.sh, all kinds of notifications you send it. Missing manifest, not a PWA.
|
2022-06-28 19:31:23 +02:00
|
|
|
#exec --no-startup-id microsoft-edge --profile-directory=Default --app-id=cmgiilnmnfechkeifkepembegeckngog --app-url=https://ntfy.sh/app
|