app.json 603 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "Strides",
  3. "displayName": "ChargEco",
  4. "versionCode": 320,
  5. "versionName": "V3.0.0",
  6. "product": false,
  7. "debug": true,
  8. "isWhitelabel": true,
  9. "modules": {
  10. "i18n": false,
  11. "bookmarks": true,
  12. "membership": true,
  13. "nationally": false,
  14. "notifications": true,
  15. "support": {
  16. "phone": "006564775355",
  17. "whatsapp": "https://wa.me/6597285916"
  18. }
  19. },
  20. "storeUrl": {
  21. "android": "market://details?id=com.strides.chargeco",
  22. "ios": "itms-appss://apps.apple.com/app/id1664718768",
  23. "refundUrl": "https://uat.chargeco.global/RefundPolicy.html"
  24. }
  25. }