Files
MOBIS_PUBLIC/capacitor.config.json
Norbert Schmidt 3b3353fff1 Initial commit
2023-01-02 09:30:17 +01:00

16 lines
370 B
JSON

{
"appId": "nl.ddq.mobisapp",
"appName": "mobisapp",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist/demo",
"cordova": {},
"plugins": {
"GoogleAuth": {
"scopes": ["profile", "email"],
"clientId": "778522712103-tqkc468qermr7hvbqsmm2p2ueglcmjsi.apps.googleusercontent.com",
"forceCodeForRefreshToken" : true
}
}
}