22 lines
320 B
JSON
22 lines
320 B
JSON
{
|
|
"appId": "com.shopifyai.app",
|
|
"appName": "ShopifyAI",
|
|
"webDir": "www",
|
|
"server": {
|
|
"androidScheme": "https"
|
|
},
|
|
"plugins": {
|
|
"Http": {
|
|
"enabled": true
|
|
},
|
|
"Preferences": {
|
|
"group": "ShopifyAI"
|
|
}
|
|
},
|
|
"android": {
|
|
"buildOptions": {
|
|
"releaseType": "APK"
|
|
}
|
|
}
|
|
}
|