mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 07:38:17 +03:00
26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"name": "AMNet",
|
|
"scheme": "amnet",
|
|
"version": "1.0.0",
|
|
"slug": "amnet-native",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"ios": {
|
|
"bundleIdentifier": "moe.ppc.amnet",
|
|
"supportsTablet": true,
|
|
"associatedDomains": [
|
|
"applinks:card.ppc.moe"
|
|
],
|
|
"infoPlist": {
|
|
"UIViewControllerBasedStatusBarAppearance": "NO"
|
|
},
|
|
"config": {
|
|
"usesNonExemptEncryption": false
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "moe.ppc.amnet"
|
|
},
|
|
"plugins": []
|
|
}
|