mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
webex support added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
3724cc7fe7
commit
8ce7d5476d
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Variables used by Scriptable.
|
||||
// These must be at the very top of the file. Do not edit.
|
||||
// icon-color: light-brown; icon-glyph: magic;
|
||||
// Version 0.2.1 Beta-Version
|
||||
// Version 0.2.2 Beta-Version
|
||||
|
||||
/****************************
|
||||
Notice
|
||||
|
@ -62,6 +62,11 @@ const matchPatterns = {
|
|||
/<(https:\/\/teams\.microsoft\.com\/l\/meetup-join\/.+)>/
|
||||
]
|
||||
},
|
||||
webex: {
|
||||
online: [
|
||||
/(https:\/\/.*\.webex\.com\/meet\/[A-Za-z0-9_-]+)/
|
||||
]
|
||||
},
|
||||
zoom: {
|
||||
online: [
|
||||
/(https:\/\/.*\.zoom\.us\/j\/[^<>]+)/
|
||||
|
|
Loading…
Add table
Reference in a new issue