-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.config.json
35 lines (35 loc) · 955 Bytes
/
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
{
"configVersion": 0,
"apple": {
"version": "1.0",
"release": {
"automaticRelease": true
},
"info": {
"sv": {
"title": "LFC Supporters Club Sweden",
"privacyPolicyUrl": ""
}
},
"advisory": {
"ageRatingOverride": "NONE",
"alcoholTobaccoOrDrugUseOrReferences": "NONE",
"contests": "NONE",
"gambling": false,
"gamblingSimulated": "NONE",
"horrorOrFearThemes": "NONE",
"kidsAgeBand": null,
"koreaAgeRatingOverride": "NONE",
"lootBox": false,
"matureOrSuggestiveThemes": "NONE",
"medicalOrTreatmentInformation": "NONE",
"profanityOrCrudeHumor": "NONE",
"sexualContentGraphicAndNudity": "NONE",
"sexualContentOrNudity": "NONE",
"unrestrictedWebAccess": false,
"violenceCartoonOrFantasy": "NONE",
"violenceRealistic": "NONE",
"violenceRealisticProlongedGraphicOrSadistic": "NONE"
}
}
}