{
  "expo": {
    "name": "Delta Terminal",
    "slug": "delta-terminal",
    "version": "1.0.0",
    "orientation": "portrait",
    "userInterfaceStyle": "dark",
    "scheme": "deltaterminal",
    "newArchEnabled": true,
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.deltaterminal.app",
      "infoPlist": {
        "NSFaceIDUsageDescription": "Unlock Delta Terminal with Face ID."
      }
    },
    "android": {
      "package": "com.deltaterminal.app",
      "adaptiveIcon": { "backgroundColor": "#0b1120" },
      "permissions": ["NOTIFICATIONS"]
    },
    "plugins": [
      "expo-secure-store",
      "expo-local-authentication",
      "expo-font",
      [
        "expo-notifications",
        {
          "color": "#10b981"
        }
      ]
    ],
    "extra": {
      "apiBaseUrl": "http://localhost:4000/api",
      "wsUrl": "ws://localhost:4000/ws"
    }
  }
}
