mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-22 22:28:22 +03:00
16 lines
318 B
JSON
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": [
|
|
]
|
|
}
|