15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"google-auth": {
|
|
"matchPatterns": {
|
|
"url": "accounts.google.com"
|
|
},
|
|
"target": "electron"
|
|
},
|
|
"dropbox-auth": {
|
|
"matchPatterns": {
|
|
"url": "dropbox.com/oauth2/authorize"
|
|
},
|
|
"target": "electron"
|
|
}
|
|
}
|