forked from EvanBacon/pillar-valley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store.config.json
72 lines (72 loc) · 2.36 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": "8.0.3",
"copyright": "2023 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!\n\nMade with bunches of love in Expo!",
"keywords": [
"game",
"valley",
"arcade",
"soothing",
"zen",
"craft",
"simple",
"easy",
"monument",
"retro",
"ambient",
"fyp",
"clash"
],
"releaseNotes": "Added a home screen widget for Pillar enthusiasts!",
"marketingUrl": "https://github.com/EvanBacon/Expo-Pillar-Valley/",
"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://github.com/EvanBacon/Expo-Pillar-Valley/blob/master/PRIVACY-FOOBAR.md"
}
},
"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": "[email protected]",
"phone": "2243030301",
"demoRequired": false,
"notes": "I <3 U"
}
}
}