mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 09:23:03 +03:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "AMNet",
|
|
"slug": "amnet-native",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"ios": {
|
|
"bundleIdentifier": "moe.ppc.amnet",
|
|
"infoPlist": {
|
|
"UIViewControllerBasedStatusBarAppearance": "NO"
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "moe.ppc.amnet"
|
|
},
|
|
"plugins": []
|
|
}
|