app.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "Strides",
  3. "displayName": "ChargEco",
  4. "versionCode": 480,
  5. "versionName": "V3.2.1",
  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. "newVersionPage": false,
  44. "showLicencePlate": true,
  45. "showRequiredAsterisk": false,
  46. "requireConnectorType": true,
  47. "requireImageUpload": true,
  48. "vehicleInRegisterPage": false
  49. },
  50. "notifications": {
  51. "enable": true,
  52. "showArticle": true,
  53. "showCampaigns": true,
  54. "description": "如果showCampaigns为true,需确保showArticle也为true,如果showArticle为false,则只显示Alert"
  55. }
  56. }