{
  "expo": {
    "name": "PPay",
    "slug": "ppay-mobile",
    "scheme": "ppay",
    "version": "1.0.0",
    "orientation": "portrait",
    "userInterfaceStyle": "automatic",
    "plugins": [
      "expo-router",
      "expo-local-authentication",
      "expo-secure-store",
      "expo-notifications"
    ],
    "splash": {
      "backgroundColor": "#061A13"
    },
    "android": {
      "package": "ng.ppay.mobile"
    },
    "ios": {
      "bundleIdentifier": "ng.ppay.mobile"
    },
    "extra": {
      "purchaseFee": 70
    },
    "web": {
      "bundler": "metro"
    }
  }
}
