Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

capacitor.config.json 517 B

1234567891011121314151617181920212223
  1. {
  2. "appId": "com.android.pbks",
  3. "appName": "Punjab Kings",
  4. "bundledWebRuntime": false,
  5. "npmClient": "npm",
  6. "webDir": "www",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. }
  11. },
  12. "cordova": {
  13. "preferences": {
  14. "ScrollEnabled": "false",
  15. "BackupWebStorage": "none",
  16. "SplashMaintainAspectRatio": "true",
  17. "FadeSplashScreenDuration": "300",
  18. "SplashShowOnlyFirstTime": "false",
  19. "SplashScreen": "screen",
  20. "SplashScreenDelay": "3000"
  21. }
  22. }
  23. }