app.json 1.5 KB

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