Files
shopify-ai-backup/android-app/capacitor.config.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"
}
}
}