Skip to content

Commit

Permalink
Allow CrOS Terminal to access GSC (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Aug 9, 2022
1 parent 787065a commit 39965c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion smart_card_connector_app/src/manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@ ${usb_devices}
},
${endif}
"loginState"
]
],
"externally_connectable": {
"ids": ["*"],
"matches": [
"chrome-untrusted://terminal/*"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@
"chrome-extension://hhbmmipodfklmbmiaegcbmbfmmfbngnf": {
"name": "Guest@Google Kiosk App UAT",
"autoapprove": true
},
"chrome-untrusted://terminal": {
"name": "ChromeOS Terminal"
}
}

0 comments on commit 39965c8

Please sign in to comment.