mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2024-11-16 00:12:57 +00:00
31 lines
554 B
JSON
31 lines
554 B
JSON
{
|
|
"$version": 2,
|
|
"logging": true,
|
|
"unlock_family_sharing": true,
|
|
"default_app_status": "unlocked",
|
|
"override_app_status": {
|
|
"1234": "original",
|
|
"4321": "unlocked"
|
|
},
|
|
"override_dlc_status": {
|
|
"1234": "original",
|
|
"4321": "unlocked",
|
|
"5678": "locked"
|
|
},
|
|
"auto_inject_inventory": true,
|
|
"extra_inventory_items": [],
|
|
"extra_dlcs": {
|
|
"1234": {
|
|
"dlcs": {
|
|
"56789": "Example DLC 1"
|
|
}
|
|
},
|
|
"4321": {
|
|
"dlcs": {
|
|
"98765": "Example DLC 2"
|
|
}
|
|
}
|
|
},
|
|
"store_config": null
|
|
}
|