manifest.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "name" : "Techtron",
  3. "appid" : "__UNI__60E8019",
  4. "description" : "",
  5. "versionName" : "1.1.6",
  6. "versionCode" : 116,
  7. "transformPx" : false,
  8. "app-plus" : {
  9. "globalStyle" : {
  10. "fontFamily:" : "AktivBold"
  11. },
  12. "usingComponents" : true,
  13. "nvueCompiler" : "uni-app",
  14. "splashscreen" : {
  15. "alwaysShowBeforeRender" : true,
  16. "waiting" : true,
  17. "autoclose" : true,
  18. "delay" : 0
  19. },
  20. "modules" : {
  21. "Bluetooth" : {},
  22. "Barcode" : {},
  23. "Geolocation" : {},
  24. "Camera" : {}
  25. },
  26. "distribute" : {
  27. "android" : {
  28. "permissions" : [
  29. "<uses-feature android:name=\"android.hardware.camera\"/>",
  30. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  31. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  32. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  33. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  34. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  35. "<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
  36. "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>",
  37. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  38. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  40. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  41. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  42. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  43. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  44. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  45. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  46. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  47. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  48. ]
  49. },
  50. "ios" : {
  51. "dSYMs" : false,
  52. "idfa" : false,
  53. "privacyDescription" : {
  54. "NSLocationWhenInUseUsageDescription" : "To connect the charging gun for charging the car",
  55. "NSLocationAlwaysUsageDescription" : "To connect the charging gun for charging the car",
  56. "NSLocationAlwaysAndWhenInUseUsageDescription" : "To connect the charging gun for charging the car",
  57. "NSBluetoothPeripheralUsageDescription" : "To connect the charging gun for charging the car",
  58. "NSBluetoothAlwaysUsageDescription" : "To connect the charging gun for charging the car",
  59. "NSPhotoLibraryUsageDescription" : "To link the charging gun to your account",
  60. "NSPhotoLibraryAddUsageDescription" : "To link the charging gun to your account",
  61. "NSCameraUsageDescription" : "To link the charging gun to your account"
  62. }
  63. },
  64. "sdkConfigs" : {
  65. "ad" : {},
  66. "geolocation" : {
  67. "system" : {
  68. "__platform__" : [ "ios", "android" ]
  69. }
  70. }
  71. },
  72. "icons" : {
  73. "android" : {
  74. "hdpi" : "unpackage/res/icons/72x72.png",
  75. "xhdpi" : "unpackage/res/icons/96x96.png",
  76. "xxhdpi" : "unpackage/res/icons/144x144.png",
  77. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  78. },
  79. "ios" : {
  80. "appstore" : "unpackage/res/icons/1024x1024.png",
  81. "ipad" : {
  82. "app" : "unpackage/res/icons/76x76.png",
  83. "app@2x" : "unpackage/res/icons/152x152.png",
  84. "notification" : "unpackage/res/icons/20x20.png",
  85. "notification@2x" : "unpackage/res/icons/40x40.png",
  86. "proapp@2x" : "unpackage/res/icons/167x167.png",
  87. "settings" : "unpackage/res/icons/29x29.png",
  88. "settings@2x" : "unpackage/res/icons/58x58.png",
  89. "spotlight" : "unpackage/res/icons/40x40.png",
  90. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  91. },
  92. "iphone" : {
  93. "app@2x" : "unpackage/res/icons/120x120.png",
  94. "app@3x" : "unpackage/res/icons/180x180.png",
  95. "notification@2x" : "unpackage/res/icons/40x40.png",
  96. "notification@3x" : "unpackage/res/icons/60x60.png",
  97. "settings@2x" : "unpackage/res/icons/58x58.png",
  98. "settings@3x" : "unpackage/res/icons/87x87.png",
  99. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  100. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  101. }
  102. }
  103. }
  104. }
  105. },
  106. "quickapp" : {},
  107. "mp-weixin" : {
  108. "appid" : "wx22f05b8b2eb23678",
  109. "setting" : {
  110. "urlCheck" : false,
  111. "es6" : false,
  112. "minified" : true,
  113. "postcss" : true
  114. },
  115. "optimization" : {
  116. "subPackages" : true
  117. },
  118. "usingComponents" : true
  119. },
  120. "vueVersion" : "2",
  121. "h5" : {
  122. "template" : "static/index.html",
  123. "devServer" : {
  124. "port" : 443,
  125. "https" : false
  126. },
  127. "title" : "charger",
  128. "router" : {
  129. "mode" : "hash",
  130. "base" : "./"
  131. }
  132. },
  133. "locale" : "en",
  134. "fallbackLocale" : "en"
  135. }