app.json 3.6 KB

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