app.json 414 B

12345678910111213141516171819
  1. {
  2. "name": "JuicePlus",
  3. "displayName": "ChargEco",
  4. "versionCode": 265,
  5. "versionName": "V2.4.3",
  6. "product": false,
  7. "debug": true,
  8. "isWhitelabel": true,
  9. "modules": {
  10. "i18n": false,
  11. "bookmarks": true,
  12. "codePush": false,
  13. "notifications": false
  14. },
  15. "storeUrl": {
  16. "android": "market://details?id=com.strides.chargeco",
  17. "ios": "itms-appss://apps.apple.com/app/id1664718768"
  18. }
  19. }