manifest.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "name" : "天路通司机",
  3. "appid" : "__UNI__E2C6F32",
  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. "Geolocation" : {}
  22. },
  23. /* 应用发布信息 */
  24. "distribute" : {
  25. /* android打包配置 */
  26. "android" : {
  27. "permissions" : [
  28. "<uses-feature android:name=\"android.hardware.camera\"/>",
  29. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  30. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  31. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  32. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  34. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  35. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  36. "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
  37. "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
  38. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  39. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  40. "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>"
  41. ],
  42. "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
  43. },
  44. /* ios打包配置 */
  45. "ios" : {},
  46. /* SDK配置 */
  47. "sdkConfigs" : {
  48. "ad" : {},
  49. "speech" : {
  50. "ifly" : {}
  51. },
  52. "maps" : {
  53. "amap" : {
  54. "appkey_ios" : "85622246add966b01f5b0e0eb3262046",
  55. "appkey_android" : "cdb7e0f73a9c3c1741bd81d4765f584a"
  56. }
  57. },
  58. "geolocation" : {
  59. "system" : {
  60. "__platform__" : [ "android" ]
  61. }
  62. }
  63. },
  64. "icons" : {
  65. "android" : {
  66. "hdpi" : "unpackage/res/icons/72x72.png",
  67. "xhdpi" : "unpackage/res/icons/96x96.png",
  68. "xxhdpi" : "unpackage/res/icons/144x144.png",
  69. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  70. },
  71. "ios" : {
  72. "appstore" : "unpackage/res/icons/1024x1024.png",
  73. "ipad" : {
  74. "app" : "unpackage/res/icons/76x76.png",
  75. "app@2x" : "unpackage/res/icons/152x152.png",
  76. "notification" : "unpackage/res/icons/20x20.png",
  77. "notification@2x" : "unpackage/res/icons/40x40.png",
  78. "proapp@2x" : "unpackage/res/icons/167x167.png",
  79. "settings" : "unpackage/res/icons/29x29.png",
  80. "settings@2x" : "unpackage/res/icons/58x58.png",
  81. "spotlight" : "unpackage/res/icons/40x40.png",
  82. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  83. },
  84. "iphone" : {
  85. "app@2x" : "unpackage/res/icons/120x120.png",
  86. "app@3x" : "unpackage/res/icons/180x180.png",
  87. "notification@2x" : "unpackage/res/icons/40x40.png",
  88. "notification@3x" : "unpackage/res/icons/60x60.png",
  89. "settings@2x" : "unpackage/res/icons/58x58.png",
  90. "settings@3x" : "unpackage/res/icons/87x87.png",
  91. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  92. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  93. }
  94. }
  95. }
  96. },
  97. "nativePlugins" : {
  98. "zjw-frontservice" : {
  99. "__plugin_info__" : {
  100. "name" : "安卓保活插件-前台服务插件-白名单-含定时器方案【代码已开源】",
  101. "description" : "解决安卓端app切换后台、锁屏之后,系统经常会杀死app,导致app定时任务、持续定位等无法正常运行",
  102. "platforms" : "Android",
  103. "url" : "https://ext.dcloud.net.cn/plugin?id=2145",
  104. "android_package_name" : "uni.UNIE2C6F32",
  105. "ios_bundle_id" : "",
  106. "isCloud" : true,
  107. "bought" : 1,
  108. "pid" : "2145",
  109. "parameters" : {}
  110. }
  111. }
  112. }
  113. },
  114. /* 快应用特有相关 */
  115. "quickapp" : {},
  116. /* 小程序特有相关 */
  117. "mp-weixin" : {
  118. "appid" : "",
  119. "setting" : {
  120. "urlCheck" : false
  121. },
  122. "usingComponents" : true
  123. },
  124. "mp-alipay" : {
  125. "usingComponents" : true
  126. },
  127. "mp-baidu" : {
  128. "usingComponents" : true
  129. },
  130. "mp-toutiao" : {
  131. "usingComponents" : true
  132. }
  133. }