Skip to content

Commit

Permalink
Merge pull request #230 from 3nids/patch-1
Browse files Browse the repository at this point in the history
support multiple account in google chat
  • Loading branch information
viktor44 authored Oct 10, 2023
2 parents cd5710a + ccc05ff commit 48b89ff
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion manifests/definitions/517.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Google Chat",
"category": "Communication & Collaboration",
"start_url": "https://chat.google.com",
"start_url": "https://accounts.google.com/AddSession?passive=true&Email={{userIdentity.profileData.email}}&continue=https://chat.google.com/chat/u/{{userIdentity.profileData.email}}",
"icons": [
{
"src": "https://cdn.filestackcontent.com/TeJ8ka1fS5WEQ6Lk1maM"
Expand All @@ -14,5 +14,17 @@
"theme_color": "#057473",
"scope": "https://chat.google.com",
"bx_legacy_service_id": "google-chat",
"extended_scopes": [
"https://*.googleusercontent.com"
],
"bx_multi_instance_config": {
"preset": "google-account",
"presets": [
"google-account"
],
"instance_wording": "account",
"instance_label_tpl": "{{email}}",
"start_url_tpl": "https://accounts.google.com/AddSession?passive=true&Email={{userIdentity.profileData.email}}&continue=https://chat.google.com/chat/u/{{userIdentity.profileData.email}}"
},
"bx_override_user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36"
}

0 comments on commit 48b89ff

Please sign in to comment.