-
Notifications
You must be signed in to change notification settings - Fork 61
/
store.config.json
72 lines (72 loc) · 2.26 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"configVersion": 0,
"apple": {
"version": "10.0.0",
"copyright": "2024 Evan Bacon",
"release": {
"automaticRelease": true
},
"info": {
"en-US": {
"description": "In this extremely unique adventure you play as a brave pair of circles who venture endlessly to find their true meaning. \n\nKeep your rhythm flowing with a profound soundtrack that will sooth your ears into submission.\n\nIntuitive one handed design allows you to do all of your favorite one handed activities while you continue the fun!",
"keywords": [
"game",
"valley",
"arcade",
"soothing",
"zen",
"craft",
"simple",
"easy",
"monument",
"retro",
"ambient",
"fyp",
"clash"
],
"releaseNotes": "Update to 51 and New Architecture",
"marketingUrl": "https://pillarvalley.netlify.app/",
"promoText": "Immerse yourself in a suave world of zen",
"supportUrl": "https://github.com/EvanBacon/Expo-Pillar-Valley/issues",
"title": "Pillar Valley",
"subtitle": "The Finest of Gaming",
"privacyPolicyUrl": "https://pillarvalley.netlify.app/privacy",
"privacyChoicesUrl": "https://pillarvalley.netlify.app/privacy"
}
},
"categories": [
[
"GAMES",
"GAMES_CASUAL",
"GAMES_FAMILY"
],
"ENTERTAINMENT"
],
"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": "Evan",
"lastName": "Bacon",
"email": "baconbrix@gmail.com",
"phone": "2243030301",
"demoRequired": false,
"notes": "I <3 U"
}
}
}