Create client_config.json
Browse files- client_config.json +11 -0
client_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"client_config": {
|
| 3 |
+
"app_server_status" : true,
|
| 4 |
+
"app_beta_status" : false,
|
| 5 |
+
"game_version" : "1.0.0",
|
| 6 |
+
"game_url" : "https://samp-mobile.shop/launcherarizona.apk",
|
| 7 |
+
"version_code": 130,
|
| 8 |
+
"url_launcher": "https://samp-mobile.shop/launcher.apk",
|
| 9 |
+
"url_cache_files": "https://samp-mobile.shop/files.json"
|
| 10 |
+
}
|
| 11 |
+
}
|