capacitor.config.json 397 B

12345678910111213141516171819
  1. {
  2. "appId": "com.usslot777.ligasoccer_fb_05",
  3. "appName": "USSlot777",
  4. "appToken": "p6zzm3gtufpc",
  5. "webDir": "build",
  6. "bundledWebRuntime": false,
  7. "server": {
  8. "url": "https://www.usslot777.com/?c=105",
  9. "cleartext": true,
  10. "androidScheme": "https",
  11. "iosScheme": "https"
  12. },
  13. "plugins": {
  14. "StatusBar": {
  15. "overlaysWebView": true,
  16. "visible": false
  17. }
  18. }
  19. }