-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
89 lines (89 loc) · 2.64 KB
/
Copy pathapp.json
File metadata and controls
89 lines (89 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"expo": {
"name": "MeshPay: LoRa Messaging & BTC",
"slug": "meshpay-lora-messaging-btc",
"version": "1.0.13",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "rork-app",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "app.rork.meshpay-lora-messaging-btc",
"infoPlist": {
"NSBluetoothAlwaysUsageDescription": "BitMesh utilise Bluetooth pour se connecter au gateway LoRa.",
"NSBluetoothPeripheralUsageDescription": "BitMesh utilise Bluetooth pour se connecter au gateway LoRa."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#000000"
},
"package": "app.rork.meshpay_lora_messaging_btc",
"permissions": [
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.BLUETOOTH",
"android.permission.BLUETOOTH_ADMIN",
"android.permission.BLUETOOTH_SCAN",
"android.permission.BLUETOOTH_CONNECT",
"android.permission.INTERNET",
"android.permission.RECORD_AUDIO"
]
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"plugins": [
[
"expo-router",
{
"origin": "https://rork.com/"
}
],
"expo-font",
"expo-web-browser",
"expo-secure-store",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "BitMesh utilise votre position GPS pour afficher les pairs sur le radar.",
"locationWhenInUsePermission": "BitMesh utilise votre position GPS pour afficher les pairs sur le radar."
}
],
[
"expo-image-picker",
{
"photosPermission": "BitMesh accède à votre galerie pour envoyer des photos et GIFs.",
"cameraPermission": "BitMesh accède à votre caméra pour prendre des photos."
}
]
],
"updates": {
"url": "https://u.expo.dev/d3863e7f-06e3-4670-9545-60471cc35e76",
"enabled": true,
"fallbackToCacheTimeout": 0,
"checkAutomatically": "ON_LOAD"
},
"runtimeVersion": "1.0.1",
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": "https://rork.com/"
},
"eas": {
"projectId": "d3863e7f-06e3-4670-9545-60471cc35e76"
}
},
"owner": "silexperience"
}
}