Files
ppc_amnet/amnet-native/app.json
T
2024-08-15 18:54:27 +01:00

20 lines
383 B
JSON

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