16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"appId": "nl.ddq.mobisapp",
|
|
"appName": "mobisapp",
|
|
"bundledWebRuntime": false,
|
|
"npmClient": "npm",
|
|
"webDir": "dist/demo",
|
|
"cordova": {},
|
|
"plugins": {
|
|
"GoogleAuth": {
|
|
"scopes": ["profile", "email"],
|
|
"clientId": "your key here.apps.googleusercontent.com",
|
|
"forceCodeForRefreshToken" : true
|
|
}
|
|
}
|
|
}
|