Files
ppc_amnet/amnet-native/app.json
T
2024-08-20 18:56:14 +01:00

22 lines
433 B
JSON

{
"name": "AMNet",
"version": "1.0.0",
"slug": "amnet-native",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"ios": {
"bundleIdentifier": "moe.ppc.amnet",
"supportsTablet": true,
"infoPlist": {
"UIViewControllerBasedStatusBarAppearance": "NO"
},
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "moe.ppc.amnet"
},
"plugins": []
}