-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 825 Bytes
/
Copy pathapp.json
File metadata and controls
31 lines (31 loc) · 825 Bytes
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
{
"expo": {
"name": "DnD Ref",
"slug": "dnd-ref",
"version": "1.0.0",
"orientation": "default",
"scheme": "dndref",
"platforms": ["ios", "web"],
"backgroundColor": "#0f0f11",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.dndref.app",
"buildNumber": "1"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/favicon.png",
"name": "DnD Ref",
"shortName": "DnD Ref",
"description": "Live entity reference for D&D sessions. Listens to your table and surfaces character, location, and item cards in real time.",
"themeColor": "#0f0f11",
"backgroundColor": "#0f0f11",
"display": "standalone",
"orientation": "any"
},
"experiments": {
"typedRoutes": true
}
}
}