mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-31 11:59:55 -04:00
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"appId": "walljm.dynamicbible",
|
|
"appName": "dynamicbible",
|
|
"bundledWebRuntime": false,
|
|
"npmClient": "npm",
|
|
"webDir": "dist/dynamicbible",
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0
|
|
},
|
|
"GoogleAuth": {
|
|
"scopes": ["profile", "email"],
|
|
"serverClientId": "200739882604-i4mk6rp4mcb8n590j5kc8i6bncpm5bo1.apps.googleusercontent.com",
|
|
"forceCodeForRefreshToken" : true
|
|
}
|
|
},
|
|
"cordova": {}
|
|
}
|