-
Notifications
You must be signed in to change notification settings - Fork 19
/
store.config.json
60 lines (60 loc) · 1.83 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"configVersion": 0,
"apple": {
"version": "1.0.0",
"copyright": "ritmillio",
"release": {
"automaticRelease": true
},
"info": {
"en-US": {
"description": "Lorem ipsum dolor \n\nLorem ipsum dolor, Lorem ipsum dolor.",
"keywords": [
"some",
"keywords",
"of",
"your",
"choice",
"to",
"stand",
"out"
],
"releaseNotes": "Add some release note HERE",
"marketingUrl": "https://expo-starter-kit.vercel.app/",
"promoText": "Build universal apps with expo-router-starter-kit",
"supportUrl": "https://github.com/ritmillio/expo-router-starter-kit/issues",
"title": "Expo Router Starter Kit",
"subtitle": "Build MVP REALLY FAST",
"privacyPolicyUrl": "https://expo-starter-kit.vercel.app/privacy",
"privacyChoicesUrl": "https://expo-starter-kit.vercel.app/privacy"
}
},
"categories": ["BUSINESS"],
"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
},
"review": {
"firstName": "<FirstName>",
"lastName": "<LastName>",
"email": "[email protected]",
"phone": "222222222",
"demoRequired": false,
"notes": "expo-router-starter-kit"
}
}
}