-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathapp.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"expo": {
"name": "Limitter",
"slug": "limitter",
"scheme": "limitter",
"version": "1.0.0",
"plugins": [
"@react-native-firebase/app",
[
"expo-build-properties",
{
"android": {
"extraMavenRepos": []
}
}
]
],
"android": {
"package": "com.limitter.app",
"googleServicesFile": "./android/app/google-services.json",
"permissions": [
"android.permission.INTERNET",
"android.permission.FOREGROUND_SERVICE",
"android.permission.SYSTEM_ALERT_WINDOW",
"android.permission.POST_NOTIFICATIONS",
"android.permission.FOREGROUND_SERVICE_SPECIAL_USE",
"android.permission.PACKAGE_USAGE_STATS",
"android.permission.QUERY_ALL_PACKAGES",
"android.permission.SCHEDULE_EXACT_ALARM",
"android.permission.WAKE_LOCK",
"android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS",
"com.android.vending.BILLING"
]
},
"ios": {
"bundleIdentifier": "com.limitter"
}
}
}