Skip to content

Commit

Permalink
Google Meet: Improve the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibanami committed Jun 23, 2024
1 parent b49cc6b commit 6e91580
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"comments": "This is a rule to open Google Meet links in Google Chrome automatically.",
"destinationURLPattern": "$0",
"exampleURLs": [
"https:\/\/meet.google.com\/xxx-yyyy-zzz"
"https:\/\/meet.google.com\/xxx-yyyy-zzz",
"https:\/\/meet.google.com\/xxx-yyyy-zzz?pli=1"
],
"kind": "Redirect",
"sourceURLPattern": {
"type": "regularExpression",
"value": "https:\/\/meet.google.com\/[a-z]*-[a-z]*-[a-z]*"
"value": "(https:\/\/meet.google.com\/[a-z]*-[a-z]*-[a-z]*)(\\?.*)?"
},
"title": "Google Meet: Open in Chrome"
}
Expand Down

0 comments on commit 6e91580

Please sign in to comment.