app.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "expo": {
  3. "name": "Crazycharge",
  4. "slug": "template",
  5. "version": "1.3.5",
  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. "config": {
  62. "googleMaps": {
  63. "apiKey": "AIzaSyAkfen-gfGOQyA9ui0_OjOS6TrA5-viBMI"
  64. }
  65. }
  66. },
  67. "web": {
  68. "bundler": "metro",
  69. "favicon": "./assets/favicon.png"
  70. },
  71. "plugins": [
  72. [
  73. "expo-notifications",
  74. {
  75. "icon": "./assets/cc_android_notification_icon.png",
  76. "color": "#02677D"
  77. }
  78. ],
  79. "expo-router",
  80. "expo-secure-store",
  81. [
  82. "expo-camera",
  83. {
  84. "cameraPermission": "我們需要相機權限來掃描機器上的二維碼,以便識別並啟動充電機器。我們不會儲存或共享任何掃描到的資訊。",
  85. "microphonePermission": "我們需要麥克風權限來允許語音輸入,以便提供更好的充電體驗。我們不會儲存或共享任何錄製到的資訊。",
  86. "recordAudioAndroid": true
  87. }
  88. ],
  89. [
  90. "expo-location",
  91. {
  92. "locationAlwaysAndWhenInUsePermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊",
  93. "locationAlwaysPermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊",
  94. "locationWhenInUsePermission": "我們需要您的位置資訊來尋找附近的充電站。您的位置資訊只會被用於尋找充電站。我們不會儲存或共享任何資訊"
  95. }
  96. ]
  97. ],
  98. "extra": {
  99. "router": {
  100. "origin": false
  101. },
  102. "eas": {
  103. "projectId": "dc6b7a3f-cf92-441a-8962-0f25e8d06902"
  104. }
  105. },
  106. "runtimeVersion": "1.3.3",
  107. "updates": {
  108. "url": "https://u.expo.dev/dc6b7a3f-cf92-441a-8962-0f25e8d06902"
  109. },
  110. "owner": "kanff"
  111. }
  112. }