Files
ppc_amnet/amnet-native/app.json
T
2024-08-13 21:33:53 +01:00

16 lines
318 B
JSON

{
"name": "AimeNet",
"slug": "amnet-native",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"ios": {
"bundleIdentifier": "moe.ppc.amnet",
"infoPlist": {
"UIUserInterfaceStyle": "Automatic",
"UIViewControllerBasedStatusBarAppearance": "NO"
}
},
"plugins": [
]
}