jiti-meet/modules/API/external/electronPopupsConfig.json

15 lines
285 B
JSON
Raw Normal View History

2018-06-12 22:40:12 +00:00
{
"google-auth": {
"matchPatterns": {
"url": "accounts.google.com"
},
"target": "electron"
2019-02-27 15:29:41 +00:00
},
"dropbox-auth": {
"matchPatterns": {
"url": "dropbox.com/oauth2/authorize"
},
"target": "electron"
2018-06-12 22:40:12 +00:00
}
}