app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "Strides",
  3. "displayName": "ChargEco",
  4. "versionCode": 430,
  5. "versionName": "V3.1.5",
  6. "product": true,
  7. "debug": true,
  8. "isWhitelabel": true,
  9. "modules": {
  10. "i18n": false,
  11. "bookmarks": true,
  12. "apply_phv": false,
  13. "membership": true,
  14. "nationally": false,
  15. "topup_payment_type": false,
  16. "support": {
  17. "phone": "+6564775355",
  18. "whatsapp": "https://wa.me/6597285916"
  19. }
  20. },
  21. "storeUrl": {
  22. "android": "market://details?id=com.strides.chargeco",
  23. "ios": "itms-appss://apps.apple.com/app/id1664718768",
  24. "refundUrl": "https://chargeco.global/refund-policy",
  25. "termsUseUrl": "https://chargeco.global/terms-of-use",
  26. "privacyPolicyUrl": "https://chargeco.global/privacy-policy"
  27. },
  28. "company": "Strides YTL Pte. Ltd.",
  29. "v3": {
  30. "drawer": true,
  31. "overview": false,
  32. "vouchers": false,
  33. },
  34. "charge": {
  35. "version": 3,
  36. "newSummary": false,
  37. "anzPayment": false,
  38. "paymentMethod": true
  39. },
  40. "vehicle": {
  41. "newVersionPage": false,
  42. "showLicencePlate": true,
  43. "showRequiredAsterisk": false,
  44. "requireConnectorType": true,
  45. "requireImageUpload": true,
  46. "vehicleInRegisterPage": false
  47. },
  48. "notifications": {
  49. "enable": true,
  50. "showArticle": true,
  51. "showCampaigns": true,
  52. "description": "如果showCampaigns为true,需确保showArticle也为true,如果showArticle为false,则只显示Alert"
  53. }
  54. }