app.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "vouchers": false,
  16. "topup_payment_type": false,
  17. "support": {
  18. "phone": "+6564775355",
  19. "whatsapp": "https://wa.me/6597285916"
  20. }
  21. },
  22. "storeUrl": {
  23. "android": "market://details?id=com.strides.chargeco",
  24. "ios": "itms-appss://apps.apple.com/app/id1664718768",
  25. "refundUrl": "https://chargeco.global/refund-policy",
  26. "termsUseUrl": "https://chargeco.global/terms-of-use",
  27. "privacyPolicyUrl": "https://chargeco.global/privacy-policy"
  28. },
  29. "company": "Strides YTL Pte. Ltd.",
  30. "v3": {
  31. "drawer": true,
  32. "summary": true,
  33. "overview": false,
  34. "anzPayment": false,
  35. "paymentMethod": false
  36. },
  37. "vehicle": {
  38. "newVersionPage": false,
  39. "showLicencePlate": true,
  40. "showRequiredAsterisk": false,
  41. "requireConnectorType": true,
  42. "requireImageUpload": true,
  43. "vehicleInRegisterPage": false
  44. },
  45. "notifications": {
  46. "enable": true,
  47. "showArticle": true,
  48. "showCampaigns": true,
  49. "description": "如果showCampaigns为true,需确保showArticle也为true,如果showArticle为false,则只显示Alert"
  50. }
  51. }