xref: /expo/apps/bare-expo/app.json (revision 02091ff0)
1{
2  "expo": {
3    "name": "BareExpo",
4    "slug": "bare-expo",
5    "icon": "./assets/icon.png",
6    "splash": {
7      "image": "./assets/splash.png",
8      "resizeMode": "cover",
9      "backgroundColor": "#000020"
10    },
11    "scheme": "bareexpo",
12    "facebookScheme": "fb629712900716487",
13    "facebookAppId": "629712900716487",
14    "facebookDisplayName": "Expo APIs",
15    "privacy": "unlisted",
16    "version": "1.0.0",
17    "platforms": ["ios", "android", "web"],
18    "web": {
19      "build": {
20        "babel": {
21          "root": "./",
22          "include": ["test-suite", "native-component-list", "bare-expo"]
23        }
24      }
25    },
26    "android": {
27      "scheme": [
28        "com.googleusercontent.apps.29635966244-knmlpr1upnv6rs4bumqea7hpit4o7kg2"
29      ],
30      "adaptiveIcon": {
31        "foregroundImage": "./assets/adaptive-icon.png",
32        "backgroundColor": "#000020"
33      },
34      "package": "dev.expo.payments"
35    },
36    "ios": {
37      "scheme": [
38        "msauth.dev.expo.Payments",
39        "com.googleusercontent.apps.29635966244-v8mbqt2mtno71thelt7f2i6pob104f6e"
40      ],
41      "bundleIdentifier": "dev.expo.Payments",
42      "supportsTablet": true,
43      "requireFullScreen": false
44
45    },
46    "notification": {
47      "serviceWorkerPath": "/expo-service-worker.js",
48      "vapidPublicKey": "BNHvR05XkY5LH9GdN0GreLx2wZnK9IwNJGVmo3jujIkFni4of26E3U3fnt9nUrZfM7h0omdIHKM0eshkzTSFOWQ"
49    },
50    "extra": {
51      "eas": {
52        "projectId": "2c28de10-a2cd-11e6-b8ce-59d1587e6774"
53      }
54    }
55  }
56}
57