mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Renamed backend into auth_backend and added server_browser_backend implementation to replace Supabase.
This commit is contained in:
35
auth_backend/Config/catalog_config.json
Normal file
35
auth_backend/Config/catalog_config.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"//": "BR Item Shop Config",
|
||||
"daily1": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"daily2": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"daily3": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"daily4": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"daily5": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"daily6": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"featured1": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
},
|
||||
"featured2": {
|
||||
"itemGrants": [""],
|
||||
"price": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user