-
Notifications
You must be signed in to change notification settings - Fork 316
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
hyprnote/crates/detect/src/app/macos.rs
Lines 7 to 11 in 837f0c7
const MEETING_APP_LIST: [&str; 3] = [ | |
"us.zoom.xos", // tested | |
"Cisco-Systems.Spark", // tested | |
"com.microsoft.teams", | |
]; |
hyprnote/crates/detect/src/browser/macos.rs
Lines 7 to 9 in 837f0c7
static ref MEETING_REGEXES: Vec<regex::Regex> = vec![ | |
regex::Regex::new(r"meet\.google\.com/[a-z0-9]{3,4}-[a-z0-9]{3,4}-[a-z0-9]{3,4}").unwrap(), | |
]; |
hyprnote/crates/detect/src/browser/macos.rs
Lines 165 to 168 in 837f0c7
let test_cases = [ | |
("https://meet.google.com/landing", false), | |
("https://meet.google.com/tjw-fcje-ewx", true), | |
]; |
Please help us expand this list!
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done