mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 21:42:53 -05:00
Updated app id status
This commit is contained in:
26
res/SmokeAPI.config.json
Normal file
26
res/SmokeAPI.config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"$version": 2,
|
||||
"logging": true,
|
||||
"unlock_family_sharing": true,
|
||||
"default_app_status": "unlocked",
|
||||
"override_app_status": {
|
||||
"1234": "original",
|
||||
"4321": "unlocked",
|
||||
"5678": "locked"
|
||||
},
|
||||
"extra_dlcs": {
|
||||
"1234": {
|
||||
"dlcs": {
|
||||
"56789": "Example DLC 1"
|
||||
}
|
||||
},
|
||||
"4321": {
|
||||
"dlcs": {
|
||||
"98765": "Example DLC 2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"auto_inject_inventory": true,
|
||||
"extra_inventory_items": [],
|
||||
"koalageddon_config": null
|
||||
}
|
||||
Reference in New Issue
Block a user