app.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "expo": {
  3. "name": "Easy Charger",
  4. "slug": "template",
  5. "version": "1.3.6",
  6. "orientation": "portrait",
  7. "icon": "./assets/CC_Logo.png",
  8. "userInterfaceStyle": "light",
  9. "scheme": "ccscheme",
  10. "splash": {
  11. "image": "./assets/splash.png",
  12. "resizeMode": "contain",
  13. "backgroundColor": "#02677D"
  14. },
  15. "assetBundlePatterns": [
  16. "**/*"
  17. ],
  18. "ios": {
  19. "supportsTablet": false,
  20. "bundleIdentifier": "hk.ayf.crazycharge",
  21. "infoPlist": {
  22. "LSApplicationQueriesSchemes": [
  23. "whatsapp",
  24. "whatsapp"
  25. ],
  26. "UIBackgroundModes": [
  27. "remote-notification",
  28. "remote-notification"
  29. ],
  30. "CFBundleAllowMixedLocalizations": true,
  31. "NSAppTransportSecurity": {
  32. "NSAllowsArbitraryLoads": true
  33. },
  34. "ITSAppUsesNonExemptEncryption": false
  35. },
  36. "config": {
  37. "googleMapsApiKey": "AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI"
  38. }
  39. },
  40. "android": {
  41. "adaptiveIcon": {
  42. "foregroundImage": "./assets/cc_android_ccLogo.png",
  43. "backgroundColor": "#000000"
  44. },
  45. "icon": "./assets/cc_android_ccLogo.png",
  46. "notification": {
  47. "icon": "./assets/cc_android_notification_icon.png",
  48. "color": "#02677D"
  49. },
  50. "permissions": [
  51. "android.permission.INTERNET",
  52. "android.permission.CAMERA",
  53. "android.permission.RECORD_AUDIO",
  54. "android.permission.ACCESS_COARSE_LOCATION",
  55. "android.permission.ACCESS_FINE_LOCATION"
  56. ],
  57. "package": "hk.ayf.crazycharge",
  58. "versionCode": 30,
  59. "googleServicesFile": "./google-services.json",
  60. "usesCleartextTraffic": true,
  61. "extra": {
  62. "network_security_config": {
  63. "xml": "<network-security-config><base-config cleartextTrafficPermitted=\"true\"/></network-security-config>"
  64. }
  65. },
  66. "config": {
  67. "googleMaps": {
  68. "apiKey": "AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI"
  69. }
  70. }
  71. },
  72. "web": {
  73. "bundler": "metro",
  74. "favicon": "./assets/favicon.png"
  75. },
  76. "plugins": [
  77. [
  78. "expo-notifications",
  79. {
  80. "icon": "./assets/cc_android_notification_icon.png",
  81. "color": "#02677D"
  82. }
  83. ],
  84. "expo-router",
  85. "expo-secure-store",
  86. [
  87. "expo-camera",
  88. {
  89. "cameraPermission": "我們需要相機權限來掃描機器上的二維碼,以便識別並啟動充電機器。我們不會儲存或共享任何掃描到的資訊。",
  90. "microphonePermission": "我們需要麥克風權限來允許語音輸入,以便提供更好的充電體驗。我們不會儲存或共享任何錄製到的資訊。",
  91. "recordAudioAndroid": true
  92. }
  93. ],
  94. [
  95. "expo-location",
  96. {
  97. "locationAlwaysAndWhenInUsePermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊",
  98. "locationAlwaysPermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊",
  99. "locationWhenInUsePermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊"
  100. }
  101. ]
  102. ],
  103. "extra": {
  104. "router": {
  105. "origin": false
  106. },
  107. "eas": {
  108. "projectId": "dc6b7a3f-cf92-441a-8962-0f25e8d06902"
  109. }
  110. },
  111. "runtimeVersion": "1.3.3",
  112. "updates": {
  113. "url": "https://u.expo.dev/dc6b7a3f-cf92-441a-8962-0f25e8d06902"
  114. },
  115. "owner": "kanff"
  116. }
  117. }