Convert Windows app to Electron and add Android Capacitor app with CI builds
This commit is contained in:
21
android-app/capacitor.config.json
Normal file
21
android-app/capacitor.config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"appId": "com.shopifyai.app",
|
||||
"appName": "ShopifyAI",
|
||||
"webDir": "www",
|
||||
"server": {
|
||||
"androidScheme": "https"
|
||||
},
|
||||
"plugins": {
|
||||
"Http": {
|
||||
"enabled": true
|
||||
},
|
||||
"Preferences": {
|
||||
"group": "ShopifyAI"
|
||||
}
|
||||
},
|
||||
"android": {
|
||||
"buildOptions": {
|
||||
"releaseType": "APK"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user