app.json 513 B

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