Skip to content

Commit

Permalink
Merge pull request #317 from viktor44/hotfix/google_meet
Browse files Browse the repository at this point in the history
Fix UserAgent for Google Meet #316
  • Loading branch information
viktor44 authored Jan 20, 2024
2 parents 0a028c3 + cc1c8ff commit 2ef7615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/definitions/299.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Google Meet",
"category": "Communication & Collaboration",
"start_url": "https://accounts.google.com/AddSession?passive=true&Email={{userIdentity.profileData.email}}&continue=https://meet.google.com",
"start_url": "https://meet.google.com",
"icons": [
{
"src": "https://cdn.filestackcontent.com/3WaVDBFxRPWKJy1iGRPO",
Expand All @@ -21,5 +21,6 @@
"instance_label_tpl": "{{email}}",
"start_url_tpl": "https://accounts.google.com/AddSession?passive=true&Email={{userIdentity.profileData.email}}&continue=https://meet.google.com"
},
"bx_use_default_session": true
"bx_use_default_session": true,
"bx_override_user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36"
}

0 comments on commit 2ef7615

Please sign in to comment.