manifest.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name" : "Leaf healthy",
  3. "appid" : "__UNI__F8273C1",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* 模块配置 */
  20. "modules" : {
  21. "Payment" : {},
  22. "VideoPlayer" : {},
  23. "Share" : {}
  24. },
  25. /* 应用发布信息 */
  26. "distribute" : {
  27. /* android打包配置 */
  28. "android" : {
  29. "permissions" : [
  30. "<uses-feature android:name=\"android.hardware.camera\"/>",
  31. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  32. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  34. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  35. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  36. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  37. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  38. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  39. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  40. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  41. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  42. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  44. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  45. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  46. ]
  47. },
  48. /* ios打包配置 */
  49. "ios" : {},
  50. /* SDK配置 */
  51. "sdkConfigs" : {
  52. "maps" : {},
  53. "oauth" : {},
  54. "payment" : {
  55. "weixin" : {
  56. "__platform__" : [ "android" ],
  57. "appid" : "wx39f72c0178ec3ea4",
  58. "UniversalLinks" : ""
  59. }
  60. },
  61. "push" : {},
  62. "share" : {
  63. "weixin" : {
  64. "appid" : "wx39f72c0178ec3ea4",
  65. "UniversalLinks" : ""
  66. }
  67. },
  68. "geolocation" : {},
  69. "ad" : {}
  70. },
  71. "icons" : {
  72. "android" : {
  73. "hdpi" : "unpackage/res/icons/72x72.png",
  74. "xhdpi" : "unpackage/res/icons/96x96.png",
  75. "xxhdpi" : "unpackage/res/icons/144x144.png",
  76. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  77. },
  78. "ios" : {
  79. "appstore" : "unpackage/res/icons/1024x1024.png",
  80. "ipad" : {
  81. "app" : "unpackage/res/icons/76x76.png",
  82. "app@2x" : "unpackage/res/icons/152x152.png",
  83. "notification" : "unpackage/res/icons/20x20.png",
  84. "notification@2x" : "unpackage/res/icons/40x40.png",
  85. "proapp@2x" : "unpackage/res/icons/167x167.png",
  86. "settings" : "unpackage/res/icons/29x29.png",
  87. "settings@2x" : "unpackage/res/icons/58x58.png",
  88. "spotlight" : "unpackage/res/icons/40x40.png",
  89. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  90. },
  91. "iphone" : {
  92. "app@2x" : "unpackage/res/icons/120x120.png",
  93. "app@3x" : "unpackage/res/icons/180x180.png",
  94. "notification@2x" : "unpackage/res/icons/40x40.png",
  95. "notification@3x" : "unpackage/res/icons/60x60.png",
  96. "settings@2x" : "unpackage/res/icons/58x58.png",
  97. "settings@3x" : "unpackage/res/icons/87x87.png",
  98. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  99. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  100. }
  101. }
  102. }
  103. }
  104. },
  105. /* 快应用特有相关 */
  106. "quickapp" : {},
  107. /* 小程序特有相关 */
  108. "mp-weixin" : {
  109. "appid" : "wxfb03a1f6f60d6471",
  110. "setting" : {
  111. "urlCheck" : false,
  112. "es6" : true
  113. },
  114. "usingComponents" : true,
  115. "permission" : {
  116. "scope.userLocation" : {
  117. "desc" : "查找线下活动位置"
  118. }
  119. },
  120. "plugins" : {
  121. "live-player-plugin" : {
  122. "version" : "1.3.0",
  123. "provider" : "wx2b03c6e691cd7370"
  124. }
  125. }
  126. },
  127. "mp-alipay" : {
  128. "usingComponents" : true
  129. },
  130. "mp-baidu" : {
  131. "usingComponents" : true
  132. },
  133. "mp-toutiao" : {
  134. "usingComponents" : true
  135. },
  136. "uniStatistics" : {
  137. "enable" : false
  138. },
  139. "vueVersion" : "2"
  140. }