You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
517 B

  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. }