forked from EvanBacon/expo-dom-components-canary-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.config.json
39 lines (39 loc) · 1.33 KB
/
store.config.json
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
{
"configVersion": 0,
"apple": {
"version": "1.0",
"copyright": "2024 Evan Bacon",
"release": {
"automaticRelease": true
},
"info": {
"en-US": {
"description": "domcom is a new way to experience content.",
"marketingUrl": "https://github.com/EvanBacon/expo-dom-components-canary-example",
"supportUrl": "https://github.com/EvanBacon/expo-dom-components-canary-example/issues",
"title": "domcom",
"subtitle": "Worlds collide",
"privacyPolicyUrl": "https://github.com/EvanBacon/expo-dom-components-canary-example/",
"privacyChoicesUrl": "https://github.com/EvanBacon/expo-dom-components-canary-example/"
}
},
"advisory": {
"alcoholTobaccoOrDrugUseOrReferences": "NONE",
"contests": "NONE",
"gamblingSimulated": "NONE",
"horrorOrFearThemes": "NONE",
"matureOrSuggestiveThemes": "NONE",
"medicalOrTreatmentInformation": "NONE",
"profanityOrCrudeHumor": "NONE",
"sexualContentGraphicAndNudity": "NONE",
"sexualContentOrNudity": "NONE",
"violenceCartoonOrFantasy": "NONE",
"violenceRealistic": "NONE",
"violenceRealisticProlongedGraphicOrSadistic": "NONE",
"gambling": false,
"unrestrictedWebAccess": false,
"kidsAgeBand": null,
"seventeenPlus": false
}
}
}